pypureclient.flasharray.FA_2_41.models package
Submodules
pypureclient.flasharray.FA_2_41.models.active_directory module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.active_directory.ActiveDirectory(*, name: Optional[StrictStr] = None, computer_name: Optional[StrictStr] = None, directory_servers: Optional[ConstrainedListValue[StrictStr]] = None, domain: Optional[StrictStr] = None, kerberos_servers: Optional[ConstrainedListValue[StrictStr]] = None, tls: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- computer_name: Optional[StrictStr]
- directory_servers: Optional[ConstrainedListValue[StrictStr]]
- domain: Optional[StrictStr]
- classmethod from_dict(obj: dict) ActiveDirectory
Create an instance of ActiveDirectory from a dict
- classmethod from_json(json_str: str) ActiveDirectory
Create an instance of ActiveDirectory from a JSON string
- kerberos_servers: Optional[ConstrainedListValue[StrictStr]]
- name: Optional[StrictStr]
- tls: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.active_directory_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.active_directory_get_response.ActiveDirectoryGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ActiveDirectory]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ActiveDirectoryGetResponse
Create an instance of ActiveDirectoryGetResponse from a dict
- classmethod from_json(json_str: str) ActiveDirectoryGetResponse
Create an instance of ActiveDirectoryGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ActiveDirectory]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.active_directory_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.active_directory_patch.ActiveDirectoryPatch(*, tls: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ActiveDirectoryPatch
Create an instance of ActiveDirectoryPatch from a dict
- classmethod from_json(json_str: str) ActiveDirectoryPatch
Create an instance of ActiveDirectoryPatch from a JSON string
- tls: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.active_directory_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.active_directory_post.ActiveDirectoryPost(*, computer_name: Optional[StrictStr] = None, directory_servers: Optional[ConstrainedListValue[StrictStr]] = None, domain: Optional[StrictStr] = None, join_ou: Optional[StrictStr] = None, kerberos_servers: Optional[ConstrainedListValue[StrictStr]] = None, password: Optional[StrictStr] = None, tls: Optional[StrictStr] = None, user: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- computer_name: Optional[StrictStr]
- directory_servers: Optional[ConstrainedListValue[StrictStr]]
- domain: Optional[StrictStr]
- classmethod from_dict(obj: dict) ActiveDirectoryPost
Create an instance of ActiveDirectoryPost from a dict
- classmethod from_json(json_str: str) ActiveDirectoryPost
Create an instance of ActiveDirectoryPost from a JSON string
- join_ou: Optional[StrictStr]
- kerberos_servers: Optional[ConstrainedListValue[StrictStr]]
- password: Optional[StrictStr]
- tls: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.active_directory_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.active_directory_response.ActiveDirectoryResponse(*, items: Optional[ConstrainedListValue[ActiveDirectory]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ActiveDirectoryResponse
Create an instance of ActiveDirectoryResponse from a dict
- classmethod from_json(json_str: str) ActiveDirectoryResponse
Create an instance of ActiveDirectoryResponse from a JSON string
- items: Optional[ConstrainedListValue[ActiveDirectory]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin.Admin(*, name: Optional[StrictStr] = None, api_token: Optional[ApiToken] = None, is_local: Optional[StrictBool] = None, locked: Optional[StrictBool] = None, lockout_remaining: Optional[StrictInt] = None, management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]] = None, password: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None, role: Optional[AdminRole] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- is_local: Optional[StrictBool]
- locked: Optional[StrictBool]
- lockout_remaining: Optional[StrictInt]
- management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]]
- name: Optional[StrictStr]
- password: Optional[StrictStr]
- public_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_api_token module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_api_token.AdminApiToken(*, name: Optional[StrictStr] = None, api_token: Optional[ApiToken] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminApiToken
Create an instance of AdminApiToken from a dict
- classmethod from_json(json_str: str) AdminApiToken
Create an instance of AdminApiToken from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_api_token_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_api_token_get_response.AdminApiTokenGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AdminApiToken]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) AdminApiTokenGetResponse
Create an instance of AdminApiTokenGetResponse from a dict
- classmethod from_json(json_str: str) AdminApiTokenGetResponse
Create an instance of AdminApiTokenGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AdminApiToken]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.admin_api_token_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_api_token_response.AdminApiTokenResponse(*, items: Optional[ConstrainedListValue[AdminApiToken]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminApiTokenResponse
Create an instance of AdminApiTokenResponse from a dict
- classmethod from_json(json_str: str) AdminApiTokenResponse
Create an instance of AdminApiTokenResponse from a JSON string
- items: Optional[ConstrainedListValue[AdminApiToken]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_cache module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_cache.AdminCache(*, name: Optional[StrictStr] = None, cached_at: Optional[StrictInt] = None, management_access_policies: Optional[ConstrainedListValue[FixedReferenceWithType]] = None, role: Optional[AdminRole] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- cached_at: Optional[StrictInt]
- classmethod from_dict(obj: dict) AdminCache
Create an instance of AdminCache from a dict
- classmethod from_json(json_str: str) AdminCache
Create an instance of AdminCache from a JSON string
- management_access_policies: Optional[ConstrainedListValue[FixedReferenceWithType]]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_cache_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_cache_get_response.AdminCacheGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AdminCache]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) AdminCacheGetResponse
Create an instance of AdminCacheGetResponse from a dict
- classmethod from_json(json_str: str) AdminCacheGetResponse
Create an instance of AdminCacheGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AdminCache]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.admin_cache_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_cache_response.AdminCacheResponse(*, items: Optional[ConstrainedListValue[AdminCache]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminCacheResponse
Create an instance of AdminCacheResponse from a dict
- classmethod from_json(json_str: str) AdminCacheResponse
Create an instance of AdminCacheResponse from a JSON string
- items: Optional[ConstrainedListValue[AdminCache]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_get_response.AdminGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Admin]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) AdminGetResponse
Create an instance of AdminGetResponse from a dict
- classmethod from_json(json_str: str) AdminGetResponse
Create an instance of AdminGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.admin_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_patch.AdminPatch(*, name: Optional[StrictStr] = None, api_token: Optional[ApiToken] = None, is_local: Optional[StrictBool] = None, locked: Optional[StrictBool] = None, lockout_remaining: Optional[StrictInt] = None, management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]] = None, password: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None, role: Optional[AdminRole] = None, old_password: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminPatch
Create an instance of AdminPatch from a dict
- classmethod from_json(json_str: str) AdminPatch
Create an instance of AdminPatch from a JSON string
- is_local: Optional[StrictBool]
- locked: Optional[StrictBool]
- lockout_remaining: Optional[StrictInt]
- management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]]
- name: Optional[StrictStr]
- old_password: Optional[StrictStr]
- password: Optional[StrictStr]
- public_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_post.AdminPost(*, management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]] = None, password: Optional[StrictStr] = None, role: Optional[AdminRole] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]]
- password: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_response.AdminResponse(*, items: Optional[ConstrainedListValue[Admin]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminResponse
Create an instance of AdminResponse from a dict
- classmethod from_json(json_str: str) AdminResponse
Create an instance of AdminResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_role module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_role.AdminRole(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_settings module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_settings.AdminSettings(*, lockout_duration: Optional[ConstrainedIntValue] = None, max_login_attempts: Optional[ConstrainedIntValue] = None, min_password_length: Optional[StrictInt] = None, required_authentication_methods: Optional[AdminSettingsRequiredAuthenticationMethods] = None, single_sign_on_enabled: Optional[StrictBool] = None)
Bases:
BaseModelGlobal settings for administrative accounts. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminSettings
Create an instance of AdminSettings from a dict
- classmethod from_json(json_str: str) AdminSettings
Create an instance of AdminSettings from a JSON string
- lockout_duration: Optional[ConstrainedIntValue]
- max_login_attempts: Optional[ConstrainedIntValue]
- min_password_length: Optional[StrictInt]
- required_authentication_methods: Optional[AdminSettingsRequiredAuthenticationMethods]
- single_sign_on_enabled: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.admin_settings_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_settings_get_response.AdminSettingsGetResponse(*, items: Optional[ConstrainedListValue[AdminSettings]] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminSettingsGetResponse
Create an instance of AdminSettingsGetResponse from a dict
- classmethod from_json(json_str: str) AdminSettingsGetResponse
Create an instance of AdminSettingsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AdminSettings]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.admin_settings_required_authentication_methods module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_settings_required_authentication_methods.AdminSettingsRequiredAuthenticationMethods(*, ssh: Optional[ConstrainedListValue[StrictStr]] = None, web_ui: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModelAuthentication methods that are required for the array on specific user interfaces. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminSettingsRequiredAuthenticationMethods
Create an instance of AdminSettingsRequiredAuthenticationMethods from a dict
- classmethod from_json(json_str: str) AdminSettingsRequiredAuthenticationMethods
Create an instance of AdminSettingsRequiredAuthenticationMethods from a JSON string
- ssh: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- web_ui: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.admin_settings_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.admin_settings_response.AdminSettingsResponse(*, items: Optional[ConstrainedListValue[AdminSettings]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AdminSettingsResponse
Create an instance of AdminSettingsResponse from a dict
- classmethod from_json(json_str: str) AdminSettingsResponse
Create an instance of AdminSettingsResponse from a JSON string
- items: Optional[ConstrainedListValue[AdminSettings]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.aggregate_replication_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.aggregate_replication_performance.AggregateReplicationPerformance(*, bytes_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_sec: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) AggregateReplicationPerformance
Create an instance of AggregateReplicationPerformance from a dict
- classmethod from_json(json_str: str) AggregateReplicationPerformance
Create an instance of AggregateReplicationPerformance from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert.Alert(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, actual: Optional[StrictStr] = None, category: Optional[StrictStr] = None, closed: Optional[StrictInt] = None, code: Optional[StrictInt] = None, component_name: Optional[StrictStr] = None, component_type: Optional[StrictStr] = None, created: Optional[StrictInt] = None, description: Optional[StrictStr] = None, expected: Optional[StrictStr] = None, flagged: Optional[StrictBool] = None, issue: Optional[StrictStr] = None, knowledge_base_url: Optional[StrictStr] = None, notified: Optional[StrictInt] = None, severity: Optional[StrictStr] = None, state: Optional[StrictStr] = None, summary: Optional[StrictStr] = None, updated: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- actual: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- category: Optional[StrictStr]
- closed: Optional[StrictInt]
- code: Optional[StrictInt]
- component_name: Optional[StrictStr]
- component_type: Optional[StrictStr]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- description: Optional[StrictStr]
- expected: Optional[StrictStr]
- flagged: Optional[StrictBool]
- id: Optional[StrictStr]
- issue: Optional[StrictStr]
- knowledge_base_url: Optional[StrictStr]
- name: Optional[StrictStr]
- notified: Optional[StrictInt]
- severity: Optional[StrictStr]
- state: Optional[StrictStr]
- summary: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- updated: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.alert_event module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_event.AlertEvent(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, actual: Optional[StrictStr] = None, alert: Optional[FixedReference] = None, code: Optional[StrictInt] = None, component_name: Optional[StrictStr] = None, component_type: Optional[StrictStr] = None, created: Optional[StrictInt] = None, expected: Optional[StrictStr] = None, issue: Optional[StrictStr] = None, knowledge_base_url: Optional[StrictStr] = None, severity: Optional[StrictStr] = None, state: Optional[StrictStr] = None, summary: Optional[StrictStr] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- actual: Optional[StrictStr]
- alert: Optional[FixedReference]
- as_request_dict() Dict[str, Any]
- code: Optional[StrictInt]
- component_name: Optional[StrictStr]
- component_type: Optional[StrictStr]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- expected: Optional[StrictStr]
- classmethod from_dict(obj: dict) AlertEvent
Create an instance of AlertEvent from a dict
- classmethod from_json(json_str: str) AlertEvent
Create an instance of AlertEvent from a JSON string
- issue: Optional[StrictStr]
- knowledge_base_url: Optional[StrictStr]
- name: Optional[StrictStr]
- severity: Optional[StrictStr]
- state: Optional[StrictStr]
- summary: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_event_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_event_get_response.AlertEventGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertEvent]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) AlertEventGetResponse
Create an instance of AlertEventGetResponse from a dict
- classmethod from_json(json_str: str) AlertEventGetResponse
Create an instance of AlertEventGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertEvent]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.alert_event_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_event_response.AlertEventResponse(*, items: Optional[ConstrainedListValue[AlertEvent]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AlertEventResponse
Create an instance of AlertEventResponse from a dict
- classmethod from_json(json_str: str) AlertEventResponse
Create an instance of AlertEventResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertEvent]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_get_response.AlertGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Alert]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) AlertGetResponse
Create an instance of AlertGetResponse from a dict
- classmethod from_json(json_str: str) AlertGetResponse
Create an instance of AlertGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.alert_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_response.AlertResponse(*, items: Optional[ConstrainedListValue[Alert]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AlertResponse
Create an instance of AlertResponse from a dict
- classmethod from_json(json_str: str) AlertResponse
Create an instance of AlertResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_rules.AlertRules(*, context: Optional[FixedReference] = None, code: Optional[StrictInt] = None, parameter: Optional[StrictStr] = None, value: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- code: Optional[StrictInt]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) AlertRules
Create an instance of AlertRules from a dict
- classmethod from_json(json_str: str) AlertRules
Create an instance of AlertRules from a JSON string
- parameter: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.alert_rules_catalog module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_rules_catalog.AlertRulesCatalog(*, context: Optional[FixedReference] = None, allowed_values: Optional[StrictStr] = None, code: Optional[StrictInt] = None, default_value: Optional[StrictStr] = None, parameter: Optional[StrictStr] = None, subject: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed_values: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- code: Optional[StrictInt]
- context: Optional[FixedReference]
- default_value: Optional[StrictStr]
- classmethod from_dict(obj: dict) AlertRulesCatalog
Create an instance of AlertRulesCatalog from a dict
- classmethod from_json(json_str: str) AlertRulesCatalog
Create an instance of AlertRulesCatalog from a JSON string
- parameter: Optional[StrictStr]
- subject: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_rules_catalog_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_rules_catalog_get_response.AlertRulesCatalogGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertRulesCatalog]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) AlertRulesCatalogGetResponse
Create an instance of AlertRulesCatalogGetResponse from a dict
- classmethod from_json(json_str: str) AlertRulesCatalogGetResponse
Create an instance of AlertRulesCatalogGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertRulesCatalog]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.alert_rules_catalog_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_rules_catalog_response.AlertRulesCatalogResponse(*, items: Optional[ConstrainedListValue[AlertRulesCatalog]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AlertRulesCatalogResponse
Create an instance of AlertRulesCatalogResponse from a dict
- classmethod from_json(json_str: str) AlertRulesCatalogResponse
Create an instance of AlertRulesCatalogResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertRulesCatalog]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_rules_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_rules_get_response.AlertRulesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertRules]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) AlertRulesGetResponse
Create an instance of AlertRulesGetResponse from a dict
- classmethod from_json(json_str: str) AlertRulesGetResponse
Create an instance of AlertRulesGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertRules]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.alert_rules_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_rules_response.AlertRulesResponse(*, items: Optional[ConstrainedListValue[AlertRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AlertRulesResponse
Create an instance of AlertRulesResponse from a dict
- classmethod from_json(json_str: str) AlertRulesResponse
Create an instance of AlertRulesResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_watcher module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_watcher.AlertWatcher(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) AlertWatcher
Create an instance of AlertWatcher from a dict
- classmethod from_json(json_str: str) AlertWatcher
Create an instance of AlertWatcher from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_watcher_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_watcher_get_response.AlertWatcherGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertWatcher]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) AlertWatcherGetResponse
Create an instance of AlertWatcherGetResponse from a dict
- classmethod from_json(json_str: str) AlertWatcherGetResponse
Create an instance of AlertWatcherGetResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertWatcher]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.alert_watcher_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_watcher_patch.AlertWatcherPatch(*, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) AlertWatcherPatch
Create an instance of AlertWatcherPatch from a dict
- classmethod from_json(json_str: str) AlertWatcherPatch
Create an instance of AlertWatcherPatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_watcher_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_watcher_post.AlertWatcherPost(*, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) AlertWatcherPost
Create an instance of AlertWatcherPost from a dict
- classmethod from_json(json_str: str) AlertWatcherPost
Create an instance of AlertWatcherPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.alert_watcher_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.alert_watcher_response.AlertWatcherResponse(*, items: Optional[ConstrainedListValue[AlertWatcher]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AlertWatcherResponse
Create an instance of AlertWatcherResponse from a dict
- classmethod from_json(json_str: str) AlertWatcherResponse
Create an instance of AlertWatcherResponse from a JSON string
- items: Optional[ConstrainedListValue[AlertWatcher]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.api_client module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_client.ApiClient(*, access_policies: Optional[ConstrainedListValue[FixedReferenceWithType]] = None, access_token_ttl_in_ms: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, id: Optional[StrictStr] = None, issuer: Optional[StrictStr] = None, key_id: Optional[StrictStr] = None, max_role: Optional[StrictStr] = None, name: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_policies: Optional[ConstrainedListValue[FixedReferenceWithType]]
- access_token_ttl_in_ms: Optional[StrictInt]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- id: Optional[StrictStr]
- issuer: Optional[StrictStr]
- key_id: Optional[StrictStr]
- max_role: Optional[StrictStr]
- name: Optional[StrictStr]
- public_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.api_client_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_client_get_response.ApiClientGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ApiClient]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ApiClientGetResponse
Create an instance of ApiClientGetResponse from a dict
- classmethod from_json(json_str: str) ApiClientGetResponse
Create an instance of ApiClientGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.api_client_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_client_patch.ApiClientPatch(*, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) ApiClientPatch
Create an instance of ApiClientPatch from a dict
- classmethod from_json(json_str: str) ApiClientPatch
Create an instance of ApiClientPatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.api_client_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_client_post.ApiClientPost(*, access_policies: Optional[ConstrainedListValue[ReferenceWithType]] = None, access_token_ttl_in_ms: Optional[StrictInt] = None, issuer: Optional[StrictStr] = None, max_role: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_policies: Optional[ConstrainedListValue[ReferenceWithType]]
- access_token_ttl_in_ms: Optional[StrictInt]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ApiClientPost
Create an instance of ApiClientPost from a dict
- classmethod from_json(json_str: str) ApiClientPost
Create an instance of ApiClientPost from a JSON string
- issuer: Optional[StrictStr]
- max_role: Optional[StrictStr]
- public_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.api_client_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_client_response.ApiClientResponse(*, items: Optional[ConstrainedListValue[ApiClient]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ApiClientResponse
Create an instance of ApiClientResponse from a dict
- classmethod from_json(json_str: str) ApiClientResponse
Create an instance of ApiClientResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.api_token module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_token.ApiToken(*, created_at: Optional[StrictInt] = None, expires_at: Optional[StrictInt] = None, token: Optional[StrictStr] = None)
Bases:
BaseModelAPI token # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created_at: Optional[StrictInt]
- expires_at: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- token: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.api_version_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.api_version_response.ApiVersionResponse(*, version: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ApiVersionResponse
Create an instance of ApiVersionResponse from a dict
- classmethod from_json(json_str: str) ApiVersionResponse
Create an instance of ApiVersionResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.app module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.app.App(*, name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, details: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, status: Optional[StrictStr] = None, version: Optional[StrictStr] = None, vnc_enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- details: Optional[StrictStr]
- enabled: Optional[StrictBool]
- name: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
- vnc_enabled: Optional[StrictBool]
pypureclient.flasharray.FA_2_41.models.app_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.app_get_response.AppGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[App]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) AppGetResponse
Create an instance of AppGetResponse from a dict
- classmethod from_json(json_str: str) AppGetResponse
Create an instance of AppGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.app_node module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.app_node.AppNode(*, app: Optional[FixedReference] = None, index: Optional[StrictInt] = None, status: Optional[StrictStr] = None, version: Optional[StrictStr] = None, vnc: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModelAn individual node of a Purity app. Nodes are indexed starting at 0. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- app: Optional[FixedReference]
- as_request_dict() Dict[str, Any]
- index: Optional[StrictInt]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
- vnc: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.app_node_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.app_node_get_response.AppNodeGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AppNode]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) AppNodeGetResponse
Create an instance of AppNodeGetResponse from a dict
- classmethod from_json(json_str: str) AppNodeGetResponse
Create an instance of AppNodeGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.app_node_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.app_node_response.AppNodeResponse(*, items: Optional[ConstrainedListValue[AppNode]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AppNodeResponse
Create an instance of AppNodeResponse from a dict
- classmethod from_json(json_str: str) AppNodeResponse
Create an instance of AppNodeResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.app_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.app_response.AppResponse(*, items: Optional[ConstrainedListValue[App]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AppResponse
Create an instance of AppResponse from a dict
- classmethod from_json(json_str: str) AppResponse
Create an instance of AppResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_connection module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection.ArrayConnection(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, encryption: Optional[StrictStr] = None, encryption_mode: Optional[StrictStr] = None, management_address: Optional[StrictStr] = None, os: Optional[StrictStr] = None, remote: Optional[ReferenceWithType] = None, replication_addresses: Optional[ConstrainedListValue[StrictStr]] = None, replication_transport: Optional[StrictStr] = None, status: Optional[StrictStr] = None, throttle: Optional[Throttle] = None, type: Optional[StrictStr] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- encryption: Optional[StrictStr]
- encryption_mode: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnection
Create an instance of ArrayConnection from a dict
- classmethod from_json(json_str: str) ArrayConnection
Create an instance of ArrayConnection from a JSON string
- id: Optional[StrictStr]
- management_address: Optional[StrictStr]
- name: Optional[StrictStr]
- os: Optional[StrictStr]
- remote: Optional[ReferenceWithType]
- replication_addresses: Optional[ConstrainedListValue[StrictStr]]
- replication_transport: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.array_connection_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_get_response.ArrayConnectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayConnection]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ArrayConnectionGetResponse
Create an instance of ArrayConnectionGetResponse from a dict
- classmethod from_json(json_str: str) ArrayConnectionGetResponse
Create an instance of ArrayConnectionGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayConnection]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_connection_key module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_key.ArrayConnectionKey(*, connection_key: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_key: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnectionKey
Create an instance of ArrayConnectionKey from a dict
- classmethod from_json(json_str: str) ArrayConnectionKey
Create an instance of ArrayConnectionKey from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_connection_key_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_key_get_response.ArrayConnectionKeyGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayConnectionKey]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnectionKeyGetResponse
Create an instance of ArrayConnectionKeyGetResponse from a dict
- classmethod from_json(json_str: str) ArrayConnectionKeyGetResponse
Create an instance of ArrayConnectionKeyGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayConnectionKey]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_connection_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_patch.ArrayConnectionPatch(*, default_limit: Optional[StrictInt] = None, window: Optional[TimeWindow] = None, window_limit: Optional[StrictInt] = None, connection_key: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, management_address: Optional[StrictStr] = None, replication_addresses: Optional[ConstrainedListValue[StrictStr]] = None, throttle: Optional[Throttle] = None, type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_key: Optional[StrictStr]
- default_limit: Optional[StrictInt]
- encryption: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnectionPatch
Create an instance of ArrayConnectionPatch from a dict
- classmethod from_json(json_str: str) ArrayConnectionPatch
Create an instance of ArrayConnectionPatch from a JSON string
- management_address: Optional[StrictStr]
- replication_addresses: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
- window: Optional[TimeWindow]
- window_limit: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_connection_path module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_path.ArrayConnectionPath(*, name: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, encryption_mode: Optional[StrictStr] = None, id: Optional[StrictStr] = None, local_address: Optional[StrictStr] = None, local_port: Optional[StrictStr] = None, remote: Optional[ReferenceWithType] = None, remote_address: Optional[StrictStr] = None, remote_port: Optional[StrictStr] = None, replication_transport: Optional[StrictStr] = None, status: Optional[StrictStr] = None, status_details: Optional[StrictStr] = None, type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- encryption: Optional[StrictStr]
- encryption_mode: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnectionPath
Create an instance of ArrayConnectionPath from a dict
- classmethod from_json(json_str: str) ArrayConnectionPath
Create an instance of ArrayConnectionPath from a JSON string
- id: Optional[StrictStr]
- local_address: Optional[StrictStr]
- local_port: Optional[StrictStr]
- name: Optional[StrictStr]
- remote: Optional[ReferenceWithType]
- remote_address: Optional[StrictStr]
- remote_port: Optional[StrictStr]
- replication_transport: Optional[StrictStr]
- status: Optional[StrictStr]
- status_details: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.array_connection_path_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_path_get_response.ArrayConnectionPathGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayConnectionPath]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnectionPathGetResponse
Create an instance of ArrayConnectionPathGetResponse from a dict
- classmethod from_json(json_str: str) ArrayConnectionPathGetResponse
Create an instance of ArrayConnectionPathGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayConnectionPath]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_connection_path_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_path_response.ArrayConnectionPathResponse(*, items: Optional[ConstrainedListValue[ArrayConnectionPath]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayConnectionPathResponse
Create an instance of ArrayConnectionPathResponse from a dict
- classmethod from_json(json_str: str) ArrayConnectionPathResponse
Create an instance of ArrayConnectionPathResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayConnectionPath]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_connection_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_post.ArrayConnectionPost(*, connection_key: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, management_address: Optional[StrictStr] = None, replication_addresses: Optional[ConstrainedListValue[StrictStr]] = None, replication_transport: Optional[StrictStr] = None, type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_key: Optional[StrictStr]
- encryption: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayConnectionPost
Create an instance of ArrayConnectionPost from a dict
- classmethod from_json(json_str: str) ArrayConnectionPost
Create an instance of ArrayConnectionPost from a JSON string
- management_address: Optional[StrictStr]
- replication_addresses: Optional[ConstrainedListValue[StrictStr]]
- replication_transport: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.array_connection_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_connection_response.ArrayConnectionResponse(*, items: Optional[ConstrainedListValue[ArrayConnection]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayConnectionResponse
Create an instance of ArrayConnectionResponse from a dict
- classmethod from_json(json_str: str) ArrayConnectionResponse
Create an instance of ArrayConnectionResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayConnection]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_encryption module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_encryption.ArrayEncryption(*, data_at_rest: Optional[ArrayencryptionDataAtRest] = None, module_version: Optional[StrictStr] = None)
Bases:
BaseModelIf the user does not have sufficient access, all fields will return null. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- data_at_rest: Optional[ArrayencryptionDataAtRest]
- classmethod from_dict(obj: dict) ArrayEncryption
Create an instance of ArrayEncryption from a dict
- classmethod from_json(json_str: str) ArrayEncryption
Create an instance of ArrayEncryption from a JSON string
- module_version: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_erasure module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_erasure.ArrayErasure(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, details: Optional[StrictStr] = None, image_download_progress: Optional[Union[StrictFloat, StrictInt]] = None, image_source: Optional[StrictStr] = None, image_version: Optional[StrictStr] = None, sanitization_certificate: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayErasure
Create an instance of ArrayErasure from a dict
- classmethod from_json(json_str: str) ArrayErasure
Create an instance of ArrayErasure from a JSON string
- id: Optional[StrictStr]
- image_download_progress: Optional[Union[StrictFloat, StrictInt]]
- image_source: Optional[StrictStr]
- image_version: Optional[StrictStr]
- name: Optional[StrictStr]
- sanitization_certificate: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_erasure_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_erasure_get_response.ArrayErasureGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayErasure]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayErasureGetResponse
Create an instance of ArrayErasureGetResponse from a dict
- classmethod from_json(json_str: str) ArrayErasureGetResponse
Create an instance of ArrayErasureGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayErasure]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_erasure_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_erasure_patch.ArrayErasurePatch(*, image_source: Optional[StrictStr] = None, image_version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayErasurePatch
Create an instance of ArrayErasurePatch from a dict
- classmethod from_json(json_str: str) ArrayErasurePatch
Create an instance of ArrayErasurePatch from a JSON string
- image_source: Optional[StrictStr]
- image_version: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_erasure_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_erasure_response.ArrayErasureResponse(*, items: Optional[ConstrainedListValue[ArrayErasure]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayErasureResponse
Create an instance of ArrayErasureResponse from a dict
- classmethod from_json(json_str: str) ArrayErasureResponse
Create an instance of ArrayErasureResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayErasure]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_factory_reset_token module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_factory_reset_token.ArrayFactoryResetToken(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, token: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayFactoryResetToken
Create an instance of ArrayFactoryResetToken from a dict
- classmethod from_json(json_str: str) ArrayFactoryResetToken
Create an instance of ArrayFactoryResetToken from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- token: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_factory_reset_token_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_factory_reset_token_get_response.ArrayFactoryResetTokenGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayFactoryResetToken]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayFactoryResetTokenGetResponse
Create an instance of ArrayFactoryResetTokenGetResponse from a dict
- classmethod from_json(json_str: str) ArrayFactoryResetTokenGetResponse
Create an instance of ArrayFactoryResetTokenGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayFactoryResetToken]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_factory_reset_token_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_factory_reset_token_response.ArrayFactoryResetTokenResponse(*, items: Optional[ConstrainedListValue[ArrayFactoryResetToken]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayFactoryResetTokenResponse
Create an instance of ArrayFactoryResetTokenResponse from a dict
- classmethod from_json(json_str: str) ArrayFactoryResetTokenResponse
Create an instance of ArrayFactoryResetTokenResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayFactoryResetToken]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_get_response.ArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Arrays]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ArrayGetResponse
Create an instance of ArrayGetResponse from a dict
- classmethod from_json(json_str: str) ArrayGetResponse
Create an instance of ArrayGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_performance.ArrayPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, local_queue_usec_per_op: Optional[ConstrainedIntValue] = None, others_per_sec: Optional[ConstrainedIntValue] = None, queue_depth: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) ArrayPerformance
Create an instance of ArrayPerformance from a dict
- classmethod from_json(json_str: str) ArrayPerformance
Create an instance of ArrayPerformance from a JSON string
- id: Optional[StrictStr]
- local_queue_usec_per_op: Optional[ConstrainedIntValue]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- others_per_sec: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_depth: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_other_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.array_performance_by_link module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_performance_by_link.ArrayPerformanceByLink(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, local_queue_usec_per_op: Optional[ConstrainedIntValue] = None, others_per_sec: Optional[ConstrainedIntValue] = None, queue_depth: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None, link: Optional[ConstrainedListValue[Resource]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) ArrayPerformanceByLink
Create an instance of ArrayPerformanceByLink from a dict
- classmethod from_json(json_str: str) ArrayPerformanceByLink
Create an instance of ArrayPerformanceByLink from a JSON string
- id: Optional[StrictStr]
- local_queue_usec_per_op: Optional[ConstrainedIntValue]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- others_per_sec: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_depth: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_other_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.array_performance_by_link_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_performance_by_link_get_response.ArrayPerformanceByLinkGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayPerformanceByLink]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayPerformanceByLinkGetResponse
Create an instance of ArrayPerformanceByLinkGetResponse from a dict
- classmethod from_json(json_str: str) ArrayPerformanceByLinkGetResponse
Create an instance of ArrayPerformanceByLinkGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayPerformanceByLink]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_performance_by_link_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_performance_by_link_response.ArrayPerformanceByLinkResponse(*, items: Optional[ConstrainedListValue[ArrayPerformanceByLink]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayPerformanceByLinkResponse
Create an instance of ArrayPerformanceByLinkResponse from a dict
- classmethod from_json(json_str: str) ArrayPerformanceByLinkResponse
Create an instance of ArrayPerformanceByLinkResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayPerformanceByLink]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_performance_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_performance_get_response.ArrayPerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayPerformance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ArrayPerformanceGetResponse
Create an instance of ArrayPerformanceGetResponse from a dict
- classmethod from_json(json_str: str) ArrayPerformanceGetResponse
Create an instance of ArrayPerformanceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArrayPerformance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.array_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_response.ArrayResponse(*, items: Optional[ConstrainedListValue[Arrays]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ArrayResponse
Create an instance of ArrayResponse from a dict
- classmethod from_json(json_str: str) ArrayResponse
Create an instance of ArrayResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_space.ArraySpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, capacity: Optional[StrictInt] = None, parity: Optional[Union[StrictFloat, StrictInt]] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- capacity: Optional[StrictInt]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ArraySpace
Create an instance of ArraySpace from a dict
- classmethod from_json(json_str: str) ArraySpace
Create an instance of ArraySpace from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- parity: Optional[Union[StrictFloat, StrictInt]]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.array_space_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.array_space_get_response.ArraySpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ArraySpace]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ArraySpaceGetResponse
Create an instance of ArraySpaceGetResponse from a dict
- classmethod from_json(json_str: str) ArraySpaceGetResponse
Create an instance of ArraySpaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ArraySpace]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.arrayencryption_data_at_rest module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.arrayencryption_data_at_rest.ArrayencryptionDataAtRest(*, algorithm: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None)
Bases:
BaseModelData at rest encryption properties. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- algorithm: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) ArrayencryptionDataAtRest
Create an instance of ArrayencryptionDataAtRest from a dict
- classmethod from_json(json_str: str) ArrayencryptionDataAtRest
Create an instance of ArrayencryptionDataAtRest from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.arrays module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.arrays.Arrays(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, _as_of: Optional[StrictInt] = None, banner: Optional[StrictStr] = None, capacity: Optional[StrictInt] = None, console_lock_enabled: Optional[StrictBool] = None, encryption: Optional[ArrayEncryption] = None, eradication_config: Optional[EradicationConfig] = None, idle_timeout: Optional[StrictInt] = None, ntp_servers: Optional[ConstrainedListValue[StrictStr]] = None, ntp_symmetric_key: Optional[StrictStr] = None, os: Optional[StrictStr] = None, parity: Optional[Union[StrictFloat, StrictInt]] = None, scsi_timeout: Optional[StrictInt] = None, space: Optional[Space] = None, time_zone: Optional[StrictStr] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_of: Optional[StrictInt]
- as_request_dict() Dict[str, Any]
- banner: Optional[StrictStr]
- capacity: Optional[StrictInt]
- console_lock_enabled: Optional[StrictBool]
- context: Optional[FixedReference]
- encryption: Optional[ArrayEncryption]
- eradication_config: Optional[EradicationConfig]
- id: Optional[StrictStr]
- idle_timeout: Optional[StrictInt]
- name: Optional[StrictStr]
- ntp_servers: Optional[ConstrainedListValue[StrictStr]]
- ntp_symmetric_key: Optional[StrictStr]
- os: Optional[StrictStr]
- parity: Optional[Union[StrictFloat, StrictInt]]
- scsi_timeout: Optional[StrictInt]
- time_zone: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.audit module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.audit.Audit(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, arguments: Optional[StrictStr] = None, command: Optional[StrictStr] = None, origin: Optional[FixedReference] = None, subcommand: Optional[StrictStr] = None, time: Optional[StrictInt] = None, user: Optional[StrictStr] = None, user_interface: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- arguments: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- command: Optional[StrictStr]
- context: Optional[FixedReference]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- origin: Optional[FixedReference]
- subcommand: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user: Optional[StrictStr]
- user_interface: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.audit_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.audit_get_response.AuditGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Audit]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) AuditGetResponse
Create an instance of AuditGetResponse from a dict
- classmethod from_json(json_str: str) AuditGetResponse
Create an instance of AuditGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.audit_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.audit_response.AuditResponse(*, items: Optional[ConstrainedListValue[Audit]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) AuditResponse
Create an instance of AuditResponse from a dict
- classmethod from_json(json_str: str) AuditResponse
Create an instance of AuditResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.base_port module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.base_port.BasePort(*, name: Optional[StrictStr] = None, iqn: Optional[StrictStr] = None, nqn: Optional[StrictStr] = None, portal: Optional[StrictStr] = None, wwn: Optional[StrictStr] = None, failover: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- failover: Optional[StrictStr]
- iqn: Optional[StrictStr]
- name: Optional[StrictStr]
- nqn: Optional[StrictStr]
- portal: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wwn: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.built_in module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.built_in.BuiltIn(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModelA built-in resource. Many are singletons predefined by Purity (e.g., support settings). Some correspond to a piece of software, like an app, or hardware, like a controller. Others are created by the system in response to some event (e.g., alerts, audit records). Typically, a user can’t create, delete or rename a built-in resource. A few can be created or deleted, but not renamed because the names are meaningful to Purity (e.g., VIFs). # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.built_in_relationship module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.built_in_relationship.BuiltInRelationship(*, id: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) BuiltInRelationship
Create an instance of BuiltInRelationship from a dict
- classmethod from_json(json_str: str) BuiltInRelationship
Create an instance of BuiltInRelationship from a JSON string
- id: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.built_in_resource_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.built_in_resource_no_id.BuiltInResourceNoId(*, name: Optional[StrictStr] = None)
Bases:
BaseModelA built-in resource. Many are singletons predefined by Purity (e.g., support settings). Some correspond to a piece of software, like an app, or hardware, like a controller. Others are created by the system in response to some event (e.g., alerts, audit records). Typically, a user can’t create, delete or rename a built-in resource. A few can be created or deleted, but not renamed because the names are meaningful to Purity (e.g., VIFs, file systems, file system snapshots, volume snapshot). # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) BuiltInResourceNoId
Create an instance of BuiltInResourceNoId from a dict
- classmethod from_json(json_str: str) BuiltInResourceNoId
Create an instance of BuiltInResourceNoId from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate.Certificate(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, certificate: Optional[StrictStr] = None, certificate_type: Optional[StrictStr] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, intermediate_certificate: Optional[StrictStr] = None, issued_by: Optional[StrictStr] = None, issued_to: Optional[StrictStr] = None, key_algorithm: Optional[StrictStr] = None, key_size: Optional[StrictInt] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None, status: Optional[StrictStr] = None, subject_alternative_names: Optional[ConstrainedListValue[StrictStr]] = None, valid_from: Optional[StrictInt] = None, valid_to: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate: Optional[StrictStr]
- certificate_type: Optional[StrictStr]
- common_name: Optional[StrictStr]
- country: Optional[StrictStr]
- email: Optional[StrictStr]
- classmethod from_dict(obj: dict) Certificate
Create an instance of Certificate from a dict
- classmethod from_json(json_str: str) Certificate
Create an instance of Certificate from a JSON string
- id: Optional[StrictStr]
- intermediate_certificate: Optional[StrictStr]
- issued_by: Optional[StrictStr]
- issued_to: Optional[StrictStr]
- key_algorithm: Optional[StrictStr]
- key_size: Optional[StrictInt]
- locality: Optional[StrictStr]
- name: Optional[StrictStr]
- organization: Optional[StrictStr]
- organizational_unit: Optional[StrictStr]
- state: Optional[StrictStr]
- status: Optional[StrictStr]
- subject_alternative_names: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- valid_from: Optional[StrictInt]
- valid_to: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_base module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_base.CertificateBase(*, certificate: Optional[StrictStr] = None, certificate_type: Optional[StrictStr] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, intermediate_certificate: Optional[StrictStr] = None, issued_by: Optional[StrictStr] = None, issued_to: Optional[StrictStr] = None, key_algorithm: Optional[StrictStr] = None, key_size: Optional[StrictInt] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None, status: Optional[StrictStr] = None, subject_alternative_names: Optional[ConstrainedListValue[StrictStr]] = None, valid_from: Optional[StrictInt] = None, valid_to: Optional[StrictInt] = None)
Bases:
BaseModelSSL certificate managed by Purity. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate: Optional[StrictStr]
- certificate_type: Optional[StrictStr]
- common_name: Optional[StrictStr]
- country: Optional[StrictStr]
- email: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateBase
Create an instance of CertificateBase from a dict
- classmethod from_json(json_str: str) CertificateBase
Create an instance of CertificateBase from a JSON string
- intermediate_certificate: Optional[StrictStr]
- issued_by: Optional[StrictStr]
- issued_to: Optional[StrictStr]
- key_algorithm: Optional[StrictStr]
- key_size: Optional[StrictInt]
- locality: Optional[StrictStr]
- organization: Optional[StrictStr]
- organizational_unit: Optional[StrictStr]
- state: Optional[StrictStr]
- status: Optional[StrictStr]
- subject_alternative_names: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- valid_from: Optional[StrictInt]
- valid_to: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_certificate_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_certificate_group_get_response.CertificateCertificateGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MemberWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateCertificateGroupGetResponse
Create an instance of CertificateCertificateGroupGetResponse from a dict
- classmethod from_json(json_str: str) CertificateCertificateGroupGetResponse
Create an instance of CertificateCertificateGroupGetResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberWithType]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_certificate_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_certificate_group_response.CertificateCertificateGroupResponse(*, items: Optional[ConstrainedListValue[MemberWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateCertificateGroupResponse
Create an instance of CertificateCertificateGroupResponse from a dict
- classmethod from_json(json_str: str) CertificateCertificateGroupResponse
Create an instance of CertificateCertificateGroupResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberWithType]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_get_response.CertificateGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Certificate]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateGetResponse
Create an instance of CertificateGetResponse from a dict
- classmethod from_json(json_str: str) CertificateGetResponse
Create an instance of CertificateGetResponse from a JSON string
- items: Optional[ConstrainedListValue[Certificate]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group.CertificateGroup(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateGroup
Create an instance of CertificateGroup from a dict
- classmethod from_json(json_str: str) CertificateGroup
Create an instance of CertificateGroup from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_group_certificate_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group_certificate_get_response.CertificateGroupCertificateGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MemberWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateGroupCertificateGetResponse
Create an instance of CertificateGroupCertificateGetResponse from a dict
- classmethod from_json(json_str: str) CertificateGroupCertificateGetResponse
Create an instance of CertificateGroupCertificateGetResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberWithType]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_group_certificate_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group_certificate_response.CertificateGroupCertificateResponse(*, items: Optional[ConstrainedListValue[MemberWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateGroupCertificateResponse
Create an instance of CertificateGroupCertificateResponse from a dict
- classmethod from_json(json_str: str) CertificateGroupCertificateResponse
Create an instance of CertificateGroupCertificateResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberWithType]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group_get_response.CertificateGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CertificateGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateGroupGetResponse
Create an instance of CertificateGroupGetResponse from a dict
- classmethod from_json(json_str: str) CertificateGroupGetResponse
Create an instance of CertificateGroupGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CertificateGroup]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group_response.CertificateGroupResponse(*, items: Optional[ConstrainedListValue[CertificateGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateGroupResponse
Create an instance of CertificateGroupResponse from a dict
- classmethod from_json(json_str: str) CertificateGroupResponse
Create an instance of CertificateGroupResponse from a JSON string
- items: Optional[ConstrainedListValue[CertificateGroup]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_group_use module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group_use.CertificateGroupUse(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, use: Optional[FixedReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateGroupUse
Create an instance of CertificateGroupUse from a dict
- classmethod from_json(json_str: str) CertificateGroupUse
Create an instance of CertificateGroupUse from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- use: Optional[FixedReferenceWithType]
pypureclient.flasharray.FA_2_41.models.certificate_group_use_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_group_use_get_response.CertificateGroupUseGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CertificateGroupUse]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateGroupUseGetResponse
Create an instance of CertificateGroupUseGetResponse from a dict
- classmethod from_json(json_str: str) CertificateGroupUseGetResponse
Create an instance of CertificateGroupUseGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CertificateGroupUse]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_post.CertificatePost(*, certificate: Optional[StrictStr] = None, certificate_type: Optional[StrictStr] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, intermediate_certificate: Optional[StrictStr] = None, issued_by: Optional[StrictStr] = None, issued_to: Optional[StrictStr] = None, key_algorithm: Optional[StrictStr] = None, key_size: Optional[StrictInt] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None, status: Optional[StrictStr] = None, subject_alternative_names: Optional[ConstrainedListValue[StrictStr]] = None, valid_from: Optional[StrictInt] = None, valid_to: Optional[StrictInt] = None, days: Optional[StrictInt] = None, key: Optional[StrictStr] = None, passphrase: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate: Optional[StrictStr]
- certificate_type: Optional[StrictStr]
- common_name: Optional[StrictStr]
- country: Optional[StrictStr]
- days: Optional[StrictInt]
- email: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificatePost
Create an instance of CertificatePost from a dict
- classmethod from_json(json_str: str) CertificatePost
Create an instance of CertificatePost from a JSON string
- intermediate_certificate: Optional[StrictStr]
- issued_by: Optional[StrictStr]
- issued_to: Optional[StrictStr]
- key: Optional[StrictStr]
- key_algorithm: Optional[StrictStr]
- key_size: Optional[StrictInt]
- locality: Optional[StrictStr]
- organization: Optional[StrictStr]
- organizational_unit: Optional[StrictStr]
- passphrase: Optional[StrictStr]
- state: Optional[StrictStr]
- status: Optional[StrictStr]
- subject_alternative_names: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- valid_from: Optional[StrictInt]
- valid_to: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.certificate_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_response.CertificateResponse(*, items: Optional[ConstrainedListValue[Certificate]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateResponse
Create an instance of CertificateResponse from a dict
- classmethod from_json(json_str: str) CertificateResponse
Create an instance of CertificateResponse from a JSON string
- items: Optional[ConstrainedListValue[Certificate]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_signing_request module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_signing_request.CertificateSigningRequest(*, certificate_signing_request: Optional[StrictStr] = None)
Bases:
BaseModelSSL certificate managed by Purity//FA. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate_signing_request: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateSigningRequest
Create an instance of CertificateSigningRequest from a dict
- classmethod from_json(json_str: str) CertificateSigningRequest
Create an instance of CertificateSigningRequest from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_signing_request_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_signing_request_post.CertificateSigningRequestPost(*, certificate: Optional[ReferenceNoId] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None, subject_alternative_names: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModelSSL Certificate managed by Purity//FA. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate: Optional[ReferenceNoId]
- common_name: Optional[StrictStr]
- country: Optional[StrictStr]
- email: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateSigningRequestPost
Create an instance of CertificateSigningRequestPost from a dict
- classmethod from_json(json_str: str) CertificateSigningRequestPost
Create an instance of CertificateSigningRequestPost from a JSON string
- locality: Optional[StrictStr]
- organization: Optional[StrictStr]
- organizational_unit: Optional[StrictStr]
- state: Optional[StrictStr]
- subject_alternative_names: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_signing_request_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_signing_request_response.CertificateSigningRequestResponse(*, items: Optional[ConstrainedListValue[CertificateSigningRequest]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateSigningRequestResponse
Create an instance of CertificateSigningRequestResponse from a dict
- classmethod from_json(json_str: str) CertificateSigningRequestResponse
Create an instance of CertificateSigningRequestResponse from a JSON string
- items: Optional[ConstrainedListValue[CertificateSigningRequest]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.certificate_use module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_use.CertificateUse(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, group: Optional[FixedReferenceWithType] = None, use: Optional[FixedReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CertificateUse
Create an instance of CertificateUse from a dict
- classmethod from_json(json_str: str) CertificateUse
Create an instance of CertificateUse from a JSON string
- group: Optional[FixedReferenceWithType]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- use: Optional[FixedReferenceWithType]
pypureclient.flasharray.FA_2_41.models.certificate_use_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.certificate_use_get_response.CertificateUseGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CertificateUse]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CertificateUseGetResponse
Create an instance of CertificateUseGetResponse from a dict
- classmethod from_json(json_str: str) CertificateUseGetResponse
Create an instance of CertificateUseGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CertificateUse]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.chap module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.chap.Chap(*, host_password: Optional[StrictStr] = None, host_user: Optional[StrictStr] = None, target_password: Optional[StrictStr] = None, target_user: Optional[StrictStr] = None)
Bases:
BaseModelChallenge-Handshake Authentication Protocol (CHAP). # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- host_password: Optional[StrictStr]
- host_user: Optional[StrictStr]
- target_password: Optional[StrictStr]
- target_user: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_capacity_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_capacity_get_response.CloudCapacityGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudCapacityStatus]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudCapacityGetResponse
Create an instance of CloudCapacityGetResponse from a dict
- classmethod from_json(json_str: str) CloudCapacityGetResponse
Create an instance of CloudCapacityGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudCapacityStatus]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.cloud_capacity_patch_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_capacity_patch_response.CloudCapacityPatchResponse(*, items: Optional[ConstrainedListValue[CloudCapacityStatus]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudCapacityPatchResponse
Create an instance of CloudCapacityPatchResponse from a dict
- classmethod from_json(json_str: str) CloudCapacityPatchResponse
Create an instance of CloudCapacityPatchResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudCapacityStatus]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_capacity_status module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_capacity_status.CloudCapacityStatus(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, current_capacity: Optional[StrictInt] = None, details: Optional[StrictStr] = None, requested_capacity: Optional[StrictInt] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- current_capacity: Optional[StrictInt]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudCapacityStatus
Create an instance of CloudCapacityStatus from a dict
- classmethod from_json(json_str: str) CloudCapacityStatus
Create an instance of CloudCapacityStatus from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- requested_capacity: Optional[StrictInt]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_capacity_step module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_capacity_step.CloudCapacityStep(*, supported_capacity: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudCapacityStep
Create an instance of CloudCapacityStep from a dict
- classmethod from_json(json_str: str) CloudCapacityStep
Create an instance of CloudCapacityStep from a JSON string
- supported_capacity: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_capacity_steps_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_capacity_steps_get_response.CloudCapacityStepsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudCapacityStep]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudCapacityStepsGetResponse
Create an instance of CloudCapacityStepsGetResponse from a dict
- classmethod from_json(json_str: str) CloudCapacityStepsGetResponse
Create an instance of CloudCapacityStepsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudCapacityStep]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.cloud_config module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config.CloudConfig(*, id: Optional[StrictStr] = None, model: Optional[CloudConfigModel] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudConfig
Create an instance of CloudConfig from a dict
- classmethod from_json(json_str: str) CloudConfig
Create an instance of CloudConfig from a JSON string
- id: Optional[StrictStr]
- model: Optional[CloudConfigModel]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_config_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_get_response.CloudConfigGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudConfig]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudConfigGetResponse
Create an instance of CloudConfigGetResponse from a dict
- classmethod from_json(json_str: str) CloudConfigGetResponse
Create an instance of CloudConfigGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudConfig]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.cloud_config_model module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_model.CloudConfigModel(*, current: Optional[StrictStr] = None, details: Optional[StrictStr] = None, override_checks: Optional[ConstrainedListValue[StrictStr]] = None, requested: Optional[StrictStr] = None, status: Optional[StrictStr] = None, step: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- current: Optional[StrictStr]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudConfigModel
Create an instance of CloudConfigModel from a dict
- classmethod from_json(json_str: str) CloudConfigModel
Create an instance of CloudConfigModel from a JSON string
- override_checks: Optional[ConstrainedListValue[StrictStr]]
- requested: Optional[StrictStr]
- status: Optional[StrictStr]
- step: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_config_model_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_model_patch.CloudConfigModelPatch(*, add_override_checks: Optional[ConstrainedListValue[StrictStr]] = None, requested: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- add_override_checks: Optional[ConstrainedListValue[StrictStr]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudConfigModelPatch
Create an instance of CloudConfigModelPatch from a dict
- classmethod from_json(json_str: str) CloudConfigModelPatch
Create an instance of CloudConfigModelPatch from a JSON string
- requested: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_config_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_patch.CloudConfigPatch(*, model: Optional[CloudConfigModelPatch] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudConfigPatch
Create an instance of CloudConfigPatch from a dict
- classmethod from_json(json_str: str) CloudConfigPatch
Create an instance of CloudConfigPatch from a JSON string
- model: Optional[CloudConfigModelPatch]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_config_patch_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_patch_response.CloudConfigPatchResponse(*, items: Optional[ConstrainedListValue[CloudConfig]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudConfigPatchResponse
Create an instance of CloudConfigPatchResponse from a dict
- classmethod from_json(json_str: str) CloudConfigPatchResponse
Create an instance of CloudConfigPatchResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudConfig]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_config_supported module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_supported.CloudConfigSupported(*, supported_models: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudConfigSupported
Create an instance of CloudConfigSupported from a dict
- classmethod from_json(json_str: str) CloudConfigSupported
Create an instance of CloudConfigSupported from a JSON string
- supported_models: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.cloud_config_supported_configs_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_config_supported_configs_get_response.CloudConfigSupportedConfigsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudConfigSupported]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudConfigSupportedConfigsGetResponse
Create an instance of CloudConfigSupportedConfigsGetResponse from a dict
- classmethod from_json(json_str: str) CloudConfigSupportedConfigsGetResponse
Create an instance of CloudConfigSupportedConfigsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudConfigSupported]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.cloud_provider_tag module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_provider_tag.CloudProviderTag(*, details: Optional[StrictStr] = None, key: Optional[StrictStr] = None, value: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudProviderTag
Create an instance of CloudProviderTag from a dict
- classmethod from_json(json_str: str) CloudProviderTag
Create an instance of CloudProviderTag from a JSON string
- key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.cloud_provider_tag_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_provider_tag_get_response.CloudProviderTagGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudProviderTag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) CloudProviderTagGetResponse
Create an instance of CloudProviderTagGetResponse from a dict
- classmethod from_json(json_str: str) CloudProviderTagGetResponse
Create an instance of CloudProviderTagGetResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudProviderTag]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.cloud_provider_tag_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.cloud_provider_tag_response.CloudProviderTagResponse(*, items: Optional[ConstrainedListValue[CloudProviderTag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) CloudProviderTagResponse
Create an instance of CloudProviderTagResponse from a dict
- classmethod from_json(json_str: str) CloudProviderTagResponse
Create an instance of CloudProviderTagResponse from a JSON string
- items: Optional[ConstrainedListValue[CloudProviderTag]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.connection module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.connection.Connection(*, context: Optional[FixedReference] = None, host: Optional[ReferenceNoId] = None, host_group: Optional[ReferenceNoId] = None, lun: Optional[StrictInt] = None, nsid: Optional[StrictInt] = None, protocol_endpoint: Optional[Reference] = None, volume: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) Connection
Create an instance of Connection from a dict
- classmethod from_json(json_str: str) Connection
Create an instance of Connection from a JSON string
- host: Optional[ReferenceNoId]
- host_group: Optional[ReferenceNoId]
- lun: Optional[StrictInt]
- nsid: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume: Optional[FixedReference]
pypureclient.flasharray.FA_2_41.models.connection_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.connection_get_response.ConnectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Connection]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ConnectionGetResponse
Create an instance of ConnectionGetResponse from a dict
- classmethod from_json(json_str: str) ConnectionGetResponse
Create an instance of ConnectionGetResponse from a JSON string
- items: Optional[ConstrainedListValue[Connection]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.connection_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.connection_post.ConnectionPost(*, lun: Optional[ConstrainedIntValue] = None, protocol_endpoint: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ConnectionPost
Create an instance of ConnectionPost from a dict
- classmethod from_json(json_str: str) ConnectionPost
Create an instance of ConnectionPost from a JSON string
- lun: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.connection_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.connection_response.ConnectionResponse(*, items: Optional[ConstrainedListValue[Connection]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ConnectionResponse
Create an instance of ConnectionResponse from a dict
- classmethod from_json(json_str: str) ConnectionResponse
Create an instance of ConnectionResponse from a JSON string
- items: Optional[ConstrainedListValue[Connection]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.container_default_protection module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_default_protection.ContainerDefaultProtection(*, context: Optional[FixedReference] = None, default_protections: Optional[ConstrainedListValue[DefaultProtectionReference]] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- default_protections: Optional[ConstrainedListValue[DefaultProtectionReference]]
- classmethod from_dict(obj: dict) ContainerDefaultProtection
Create an instance of ContainerDefaultProtection from a dict
- classmethod from_json(json_str: str) ContainerDefaultProtection
Create an instance of ContainerDefaultProtection from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.container_default_protection_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_default_protection_get_response.ContainerDefaultProtectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ContainerDefaultProtection]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ContainerDefaultProtectionGetResponse
Create an instance of ContainerDefaultProtectionGetResponse from a dict
- classmethod from_json(json_str: str) ContainerDefaultProtectionGetResponse
Create an instance of ContainerDefaultProtectionGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ContainerDefaultProtection]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.container_default_protection_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_default_protection_response.ContainerDefaultProtectionResponse(*, items: Optional[ConstrainedListValue[ContainerDefaultProtection]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ContainerDefaultProtectionResponse
Create an instance of ContainerDefaultProtectionResponse from a dict
- classmethod from_json(json_str: str) ContainerDefaultProtectionResponse
Create an instance of ContainerDefaultProtectionResponse from a JSON string
- items: Optional[ConstrainedListValue[ContainerDefaultProtection]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.container_eradication_config module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_eradication_config.ContainerEradicationConfig(*, manual_eradication: Optional[StrictStr] = None)
Bases:
BaseModelThe status of the eradication functionality # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ContainerEradicationConfig
Create an instance of ContainerEradicationConfig from a dict
- classmethod from_json(json_str: str) ContainerEradicationConfig
Create an instance of ContainerEradicationConfig from a JSON string
- manual_eradication: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.container_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_performance.ContainerPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, others_per_sec: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ContainerPerformance
Create an instance of ContainerPerformance from a dict
- classmethod from_json(json_str: str) ContainerPerformance
Create an instance of ContainerPerformance from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- others_per_sec: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_other_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.container_performance_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_performance_get_response.ContainerPerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ContainerPerformance]] = None, total: Optional[ConstrainedListValue[ContainerPerformance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ContainerPerformanceGetResponse
Create an instance of ContainerPerformanceGetResponse from a dict
- classmethod from_json(json_str: str) ContainerPerformanceGetResponse
Create an instance of ContainerPerformanceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ContainerPerformance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ContainerPerformance]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.container_qos module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.container_qos.ContainerQos(*, bandwidth_limit: Optional[ConstrainedIntValue] = None, iops_limit: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bandwidth_limit: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) ContainerQos
Create an instance of ContainerQos from a dict
- classmethod from_json(json_str: str) ContainerQos
Create an instance of ContainerQos from a JSON string
- iops_limit: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.context module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.context.Context(*, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.controller module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.controller.Controller(*, name: Optional[StrictStr] = None, mode: Optional[StrictStr] = None, mode_since: Optional[StrictInt] = None, model: Optional[StrictStr] = None, status: Optional[StrictStr] = None, type: Optional[StrictStr] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) Controller
Create an instance of Controller from a dict
- classmethod from_json(json_str: str) Controller
Create an instance of Controller from a JSON string
- mode: Optional[StrictStr]
- mode_since: Optional[StrictInt]
- model: Optional[StrictStr]
- name: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.controller_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.controller_get_response.ControllerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Controller]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ControllerGetResponse
Create an instance of ControllerGetResponse from a dict
- classmethod from_json(json_str: str) ControllerGetResponse
Create an instance of ControllerGetResponse from a JSON string
- items: Optional[ConstrainedListValue[Controller]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.default_protection_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.default_protection_reference.DefaultProtectionReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DefaultProtectionReference
Create an instance of DefaultProtectionReference from a dict
- classmethod from_json(json_str: str) DefaultProtectionReference
Create an instance of DefaultProtectionReference from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.destroyed_patch_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.destroyed_patch_post.DestroyedPatchPost(*, destroyed: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) DestroyedPatchPost
Create an instance of DestroyedPatchPost from a dict
- classmethod from_json(json_str: str) DestroyedPatchPost
Create an instance of DestroyedPatchPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory.Directory(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, directory_name: Optional[StrictStr] = None, file_system: Optional[FixedReference] = None, limited_by: Optional[LimitedBy] = None, path: Optional[StrictStr] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- directory_name: Optional[StrictStr]
- file_system: Optional[FixedReference]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- path: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_export module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_export.DirectoryExport(*, enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, directory: Optional[FixedReferenceWithType] = None, path: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- directory: Optional[FixedReferenceWithType]
- enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryExport
Create an instance of DirectoryExport from a dict
- classmethod from_json(json_str: str) DirectoryExport
Create an instance of DirectoryExport from a JSON string
- path: Optional[StrictStr]
- policy: Optional[FixedReferenceWithType]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_export_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_export_get_response.DirectoryExportGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryExport]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryExportGetResponse
Create an instance of DirectoryExportGetResponse from a dict
- classmethod from_json(json_str: str) DirectoryExportGetResponse
Create an instance of DirectoryExportGetResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryExport]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_export_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_export_patch.DirectoryExportPatch(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- export_enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryExportPatch
Create an instance of DirectoryExportPatch from a dict
- classmethod from_json(json_str: str) DirectoryExportPatch
Create an instance of DirectoryExportPatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_export_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_export_post.DirectoryExportPost(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- export_enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryExportPost
Create an instance of DirectoryExportPost from a dict
- classmethod from_json(json_str: str) DirectoryExportPost
Create an instance of DirectoryExportPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_export_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_export_response.DirectoryExportResponse(*, items: Optional[ConstrainedListValue[DirectoryExport]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryExportResponse
Create an instance of DirectoryExportResponse from a dict
- classmethod from_json(json_str: str) DirectoryExportResponse
Create an instance of DirectoryExportResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryExport]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_get_response.DirectoryGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Directory]] = None, total: Optional[ConstrainedListValue[Directory]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryGetResponse
Create an instance of DirectoryGetResponse from a dict
- classmethod from_json(json_str: str) DirectoryGetResponse
Create an instance of DirectoryGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_lock_nlm_reclamation module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_lock_nlm_reclamation.DirectoryLockNlmReclamation(*, end: Optional[StrictInt] = None, start: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- end: Optional[StrictInt]
- classmethod from_dict(obj: dict) DirectoryLockNlmReclamation
Create an instance of DirectoryLockNlmReclamation from a dict
- classmethod from_json(json_str: str) DirectoryLockNlmReclamation
Create an instance of DirectoryLockNlmReclamation from a JSON string
- start: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_lock_nlm_reclamation_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_lock_nlm_reclamation_response.DirectoryLockNlmReclamationResponse(*, items: Optional[ConstrainedListValue[DirectoryLockNlmReclamation]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryLockNlmReclamationResponse
Create an instance of DirectoryLockNlmReclamationResponse from a dict
- classmethod from_json(json_str: str) DirectoryLockNlmReclamationResponse
Create an instance of DirectoryLockNlmReclamationResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryLockNlmReclamation]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_patch.DirectoryPatch(*, name: Optional[StrictStr] = None, directory_name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- directory_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryPatch
Create an instance of DirectoryPatch from a dict
- classmethod from_json(json_str: str) DirectoryPatch
Create an instance of DirectoryPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_performance.DirectoryPerformance(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, others_per_sec: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) DirectoryPerformance
Create an instance of DirectoryPerformance from a dict
- classmethod from_json(json_str: str) DirectoryPerformance
Create an instance of DirectoryPerformance from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- others_per_sec: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_other_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.directory_performance_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_performance_get_response.DirectoryPerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryPerformance]] = None, total: Optional[ConstrainedListValue[DirectoryPerformance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryPerformanceGetResponse
Create an instance of DirectoryPerformanceGetResponse from a dict
- classmethod from_json(json_str: str) DirectoryPerformanceGetResponse
Create an instance of DirectoryPerformanceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryPerformance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[DirectoryPerformance]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_policy_export_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_policy_export_post.DirectoryPolicyExportPost(*, policies: Optional[ConstrainedListValue[DirectorypolicyexportpostPolicies]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryPolicyExportPost
Create an instance of DirectoryPolicyExportPost from a dict
- classmethod from_json(json_str: str) DirectoryPolicyExportPost
Create an instance of DirectoryPolicyExportPost from a JSON string
- policies: Optional[ConstrainedListValue[DirectorypolicyexportpostPolicies]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_policy_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_policy_post.DirectoryPolicyPost(*, policies: Optional[ConstrainedListValue[DirectorypolicypostPolicies]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryPolicyPost
Create an instance of DirectoryPolicyPost from a dict
- classmethod from_json(json_str: str) DirectoryPolicyPost
Create an instance of DirectoryPolicyPost from a JSON string
- policies: Optional[ConstrainedListValue[DirectorypolicypostPolicies]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_post.DirectoryPost(*, directory_name: Optional[StrictStr] = None, path: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- directory_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryPost
Create an instance of DirectoryPost from a dict
- classmethod from_json(json_str: str) DirectoryPost
Create an instance of DirectoryPost from a JSON string
- path: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_quota module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_quota.DirectoryQuota(*, directory: Optional[FixedReferenceWithType] = None, enabled: Optional[StrictBool] = None, enforced: Optional[StrictBool] = None, path: Optional[StrictStr] = None, percentage_used: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, policy: Optional[FixedReferenceWithType] = None, quota_limit: Optional[ConstrainedIntValue] = None, rule_name: Optional[StrictStr] = None, usage: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- directory: Optional[FixedReferenceWithType]
- enabled: Optional[StrictBool]
- enforced: Optional[StrictBool]
- classmethod from_dict(obj: dict) DirectoryQuota
Create an instance of DirectoryQuota from a dict
- classmethod from_json(json_str: str) DirectoryQuota
Create an instance of DirectoryQuota from a JSON string
- path: Optional[StrictStr]
- percentage_used: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- policy: Optional[FixedReferenceWithType]
- quota_limit: Optional[ConstrainedIntValue]
- rule_name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usage: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.directory_quotas_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_quotas_get_response.DirectoryQuotasGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryQuota]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryQuotasGetResponse
Create an instance of DirectoryQuotasGetResponse from a dict
- classmethod from_json(json_str: str) DirectoryQuotasGetResponse
Create an instance of DirectoryQuotasGetResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryQuota]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_quotas_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_quotas_response.DirectoryQuotasResponse(*, items: Optional[ConstrainedListValue[DirectoryQuota]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryQuotasResponse
Create an instance of DirectoryQuotasResponse from a dict
- classmethod from_json(json_str: str) DirectoryQuotasResponse
Create an instance of DirectoryQuotasResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryQuota]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_response.DirectoryResponse(*, items: Optional[ConstrainedListValue[Directory]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryResponse
Create an instance of DirectoryResponse from a dict
- classmethod from_json(json_str: str) DirectoryResponse
Create an instance of DirectoryResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_service module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service.DirectoryService(*, name: Optional[StrictStr] = None, base_dn: Optional[StrictStr] = None, bind_password: Optional[StrictStr] = None, bind_user: Optional[StrictStr] = None, ca_certificate: Optional[StrictStr] = None, check_peer: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, management: Optional[DirectoryServiceManagement] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, uris: Optional[ConstrainedListValue[ConstrainedStrValue]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- base_dn: Optional[StrictStr]
- bind_password: Optional[StrictStr]
- bind_user: Optional[StrictStr]
- ca_certificate: Optional[StrictStr]
- check_peer: Optional[StrictBool]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) DirectoryService
Create an instance of DirectoryService from a dict
- classmethod from_json(json_str: str) DirectoryService
Create an instance of DirectoryService from a JSON string
- management: Optional[DirectoryServiceManagement]
- name: Optional[StrictStr]
- services: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uris: Optional[ConstrainedListValue[ConstrainedStrValue]]
pypureclient.flasharray.FA_2_41.models.directory_service_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_get_response.DirectoryServiceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryService]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryServiceGetResponse
Create an instance of DirectoryServiceGetResponse from a dict
- classmethod from_json(json_str: str) DirectoryServiceGetResponse
Create an instance of DirectoryServiceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryService]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_service_management module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_management.DirectoryServiceManagement(*, ssh_public_key_attribute: Optional[StrictStr] = None, user_login_attribute: Optional[StrictStr] = None, user_object_class: Optional[StrictStr] = None)
Bases:
BaseModelProperties specific to the management service. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryServiceManagement
Create an instance of DirectoryServiceManagement from a dict
- classmethod from_json(json_str: str) DirectoryServiceManagement
Create an instance of DirectoryServiceManagement from a JSON string
- ssh_public_key_attribute: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user_login_attribute: Optional[StrictStr]
- user_object_class: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.directory_service_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_response.DirectoryServiceResponse(*, items: Optional[ConstrainedListValue[DirectoryService]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryServiceResponse
Create an instance of DirectoryServiceResponse from a dict
- classmethod from_json(json_str: str) DirectoryServiceResponse
Create an instance of DirectoryServiceResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryService]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_service_role module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_role.DirectoryServiceRole(*, name: Optional[StrictStr] = None, group: Optional[StrictStr] = None, group_base: Optional[StrictStr] = None, management_access_policies: Optional[ConstrainedListValue[FixedReferenceWithType]] = None, role: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryServiceRole
Create an instance of DirectoryServiceRole from a dict
- classmethod from_json(json_str: str) DirectoryServiceRole
Create an instance of DirectoryServiceRole from a JSON string
- group: Optional[StrictStr]
- group_base: Optional[StrictStr]
- management_access_policies: Optional[ConstrainedListValue[FixedReferenceWithType]]
- name: Optional[StrictStr]
- role: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_service_role_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_role_get_response.DirectoryServiceRoleGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryServiceRole]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectoryServiceRoleGetResponse
Create an instance of DirectoryServiceRoleGetResponse from a dict
- classmethod from_json(json_str: str) DirectoryServiceRoleGetResponse
Create an instance of DirectoryServiceRoleGetResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryServiceRole]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_service_role_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_role_post.DirectoryServiceRolePost(*, group: Optional[StrictStr] = None, group_base: Optional[StrictStr] = None, management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]] = None, role: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryServiceRolePost
Create an instance of DirectoryServiceRolePost from a dict
- classmethod from_json(json_str: str) DirectoryServiceRolePost
Create an instance of DirectoryServiceRolePost from a JSON string
- group: Optional[StrictStr]
- group_base: Optional[StrictStr]
- management_access_policies: Optional[ConstrainedListValue[ReferenceWithType]]
- role: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_service_role_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_service_role_response.DirectoryServiceRoleResponse(*, items: Optional[ConstrainedListValue[DirectoryServiceRole]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectoryServiceRoleResponse
Create an instance of DirectoryServiceRoleResponse from a dict
- classmethod from_json(json_str: str) DirectoryServiceRoleResponse
Create an instance of DirectoryServiceRoleResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectoryServiceRole]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_snapshot.DirectorySnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, client_name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, policy: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictInt] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- client_name: Optional[StrictStr]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) DirectorySnapshot
Create an instance of DirectorySnapshot from a dict
- classmethod from_json(json_str: str) DirectorySnapshot
Create an instance of DirectorySnapshot from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- policy: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictInt]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_snapshot_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_snapshot_get_response.DirectorySnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectorySnapshot]] = None, total: Optional[ConstrainedListValue[DirectorySnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectorySnapshotGetResponse
Create an instance of DirectorySnapshotGetResponse from a dict
- classmethod from_json(json_str: str) DirectorySnapshotGetResponse
Create an instance of DirectorySnapshotGetResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectorySnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[DirectorySnapshot]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.directory_snapshot_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_snapshot_patch.DirectorySnapshotPatch(*, destroyed: Optional[StrictBool] = None, client_name: Optional[StrictStr] = None, keep_for: Optional[StrictInt] = None, name: Optional[StrictStr] = None, policy: Optional[Reference] = None, suffix: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- client_name: Optional[StrictStr]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) DirectorySnapshotPatch
Create an instance of DirectorySnapshotPatch from a dict
- classmethod from_json(json_str: str) DirectorySnapshotPatch
Create an instance of DirectorySnapshotPatch from a JSON string
- keep_for: Optional[StrictInt]
- name: Optional[StrictStr]
- suffix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_snapshot_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_snapshot_post.DirectorySnapshotPost(*, client_name: Optional[StrictStr] = None, keep_for: Optional[StrictInt] = None, suffix: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- client_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectorySnapshotPost
Create an instance of DirectorySnapshotPost from a dict
- classmethod from_json(json_str: str) DirectorySnapshotPost
Create an instance of DirectorySnapshotPost from a JSON string
- keep_for: Optional[StrictInt]
- suffix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directory_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directory_snapshot_response.DirectorySnapshotResponse(*, items: Optional[ConstrainedListValue[DirectorySnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectorySnapshotResponse
Create an instance of DirectorySnapshotResponse from a dict
- classmethod from_json(json_str: str) DirectorySnapshotResponse
Create an instance of DirectorySnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[DirectorySnapshot]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directorypolicyexportpost_policies module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directorypolicyexportpost_policies.DirectorypolicyexportpostPolicies(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, policy: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- export_enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) DirectorypolicyexportpostPolicies
Create an instance of DirectorypolicyexportpostPolicies from a dict
- classmethod from_json(json_str: str) DirectorypolicyexportpostPolicies
Create an instance of DirectorypolicyexportpostPolicies from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.directorypolicypost_policies module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.directorypolicypost_policies.DirectorypolicypostPolicies(*, policy: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DirectorypolicypostPolicies
Create an instance of DirectorypolicypostPolicies from a dict
- classmethod from_json(json_str: str) DirectorypolicypostPolicies
Create an instance of DirectorypolicypostPolicies from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.dns module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.dns.Dns(*, name: Optional[StrictStr] = None, ca_certificate: Optional[ReferenceWithType] = None, ca_certificate_group: Optional[ReferenceWithType] = None, domain: Optional[StrictStr] = None, nameservers: Optional[ConstrainedListValue[StrictStr]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, source: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[ReferenceWithType]
- ca_certificate_group: Optional[ReferenceWithType]
- domain: Optional[StrictStr]
- name: Optional[StrictStr]
- nameservers: Optional[ConstrainedListValue[StrictStr]]
- services: Optional[ConstrainedListValue[StrictStr]]
- source: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.dns_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.dns_get_response.DnsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Dns]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DnsGetResponse
Create an instance of DnsGetResponse from a dict
- classmethod from_json(json_str: str) DnsGetResponse
Create an instance of DnsGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.dns_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.dns_patch.DnsPatch(*, name: Optional[StrictStr] = None, ca_certificate: Optional[ReferenceWithType] = None, ca_certificate_group: Optional[ReferenceWithType] = None, domain: Optional[StrictStr] = None, nameservers: Optional[ConstrainedListValue[StrictStr]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, source: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[ReferenceWithType]
- ca_certificate_group: Optional[ReferenceWithType]
- domain: Optional[StrictStr]
- name: Optional[StrictStr]
- nameservers: Optional[ConstrainedListValue[StrictStr]]
- services: Optional[ConstrainedListValue[StrictStr]]
- source: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.dns_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.dns_post.DnsPost(*, ca_certificate: Optional[ReferenceWithType] = None, ca_certificate_group: Optional[ReferenceWithType] = None, domain: Optional[StrictStr] = None, nameservers: Optional[ConstrainedListValue[StrictStr]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, source: Optional[ReferenceNoId] = None)
Bases:
BaseModelConfiguration information for the domain name servers. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[ReferenceWithType]
- ca_certificate_group: Optional[ReferenceWithType]
- domain: Optional[StrictStr]
- nameservers: Optional[ConstrainedListValue[StrictStr]]
- services: Optional[ConstrainedListValue[StrictStr]]
- source: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.dns_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.dns_response.DnsResponse(*, items: Optional[ConstrainedListValue[Dns]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DnsResponse
Create an instance of DnsResponse from a dict
- classmethod from_json(json_str: str) DnsResponse
Create an instance of DnsResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.drive module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.drive.Drive(*, name: Optional[StrictStr] = None, capacity: Optional[StrictInt] = None, details: Optional[StrictStr] = None, protocol: Optional[StrictStr] = None, status: Optional[StrictStr] = None, type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- capacity: Optional[StrictInt]
- details: Optional[StrictStr]
- name: Optional[StrictStr]
- protocol: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.drive_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.drive_get_response.DriveGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Drive]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) DriveGetResponse
Create an instance of DriveGetResponse from a dict
- classmethod from_json(json_str: str) DriveGetResponse
Create an instance of DriveGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.drive_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.drive_response.DriveResponse(*, items: Optional[ConstrainedListValue[Drive]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) DriveResponse
Create an instance of DriveResponse from a dict
- classmethod from_json(json_str: str) DriveResponse
Create an instance of DriveResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.eradication_config module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.eradication_config.EradicationConfig(*, disabled_delay: Optional[StrictInt] = None, enabled_delay: Optional[StrictInt] = None, eradication_delay: Optional[StrictInt] = None, manual_eradication: Optional[StrictStr] = None)
Bases:
BaseModelThe configuration of eradication feature. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- disabled_delay: Optional[StrictInt]
- enabled_delay: Optional[StrictInt]
- eradication_delay: Optional[StrictInt]
- classmethod from_dict(obj: dict) EradicationConfig
Create an instance of EradicationConfig from a dict
- classmethod from_json(json_str: str) EradicationConfig
Create an instance of EradicationConfig from a JSON string
- manual_eradication: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.error_context_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.error_context_response.ErrorContextResponse(*, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ErrorContextResponse
Create an instance of ErrorContextResponse from a dict
- classmethod from_json(json_str: str) ErrorContextResponse
Create an instance of ErrorContextResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.errorcontextresponse_errors module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.errorcontextresponse_errors.ErrorcontextresponseErrors(*, context: Optional[StrictStr] = None, location_context: Optional[FixedReferenceWithType] = None, message: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[StrictStr]
- classmethod from_dict(obj: dict) ErrorcontextresponseErrors
Create an instance of ErrorcontextresponseErrors from a dict
- classmethod from_json(json_str: str) ErrorcontextresponseErrors
Create an instance of ErrorcontextresponseErrors from a JSON string
- location_context: Optional[FixedReferenceWithType]
- message: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.eula module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.eula.Eula(*, agreement: Optional[StrictStr] = None, signature: Optional[EulaSignature] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- agreement: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- signature: Optional[EulaSignature]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.eula_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.eula_get_response.EulaGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Eula]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) EulaGetResponse
Create an instance of EulaGetResponse from a dict
- classmethod from_json(json_str: str) EulaGetResponse
Create an instance of EulaGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.eula_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.eula_response.EulaResponse(*, items: Optional[ConstrainedListValue[Eula]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) EulaResponse
Create an instance of EulaResponse from a dict
- classmethod from_json(json_str: str) EulaResponse
Create an instance of EulaResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.eula_signature module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.eula_signature.EulaSignature(*, accepted: Optional[StrictInt] = None, company: Optional[StrictStr] = None, name: Optional[StrictStr] = None, title: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- accepted: Optional[StrictInt]
- as_request_dict() Dict[str, Any]
- company: Optional[StrictStr]
- classmethod from_dict(obj: dict) EulaSignature
Create an instance of EulaSignature from a dict
- classmethod from_json(json_str: str) EulaSignature
Create an instance of EulaSignature from a JSON string
- name: Optional[StrictStr]
- title: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.export_policy_attachment_mixin module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.export_policy_attachment_mixin.ExportPolicyAttachmentMixin(*, enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) ExportPolicyAttachmentMixin
Create an instance of ExportPolicyAttachmentMixin from a dict
- classmethod from_json(json_str: str) ExportPolicyAttachmentMixin
Create an instance of ExportPolicyAttachmentMixin from a JSON string
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.file_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.file_post.FilePost(*, source: Optional[ReferenceWithType] = None, source_path: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- source: Optional[ReferenceWithType]
- source_path: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.file_system module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.file_system.FileSystem(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[Reference] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) FileSystem
Create an instance of FileSystem from a dict
- classmethod from_json(json_str: str) FileSystem
Create an instance of FileSystem from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.file_system_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.file_system_get_response.FileSystemGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[FileSystem]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) FileSystemGetResponse
Create an instance of FileSystemGetResponse from a dict
- classmethod from_json(json_str: str) FileSystemGetResponse
Create an instance of FileSystemGetResponse from a JSON string
- items: Optional[ConstrainedListValue[FileSystem]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.file_system_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.file_system_patch.FileSystemPatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, pod: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) FileSystemPatch
Create an instance of FileSystemPatch from a dict
- classmethod from_json(json_str: str) FileSystemPatch
Create an instance of FileSystemPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.file_system_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.file_system_response.FileSystemResponse(*, items: Optional[ConstrainedListValue[FileSystem]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FileSystemResponse
Create an instance of FileSystemResponse from a dict
- classmethod from_json(json_str: str) FileSystemResponse
Create an instance of FileSystemResponse from a JSON string
- items: Optional[ConstrainedListValue[FileSystem]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fixed_name_resource_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fixed_name_resource_no_id.FixedNameResourceNoId(*, name: Optional[StrictStr] = None)
Bases:
BaseModelAn ordinary (as opposed to built-in) resource that can be created, named, or deleted by the user. This might be a virtual resource (e.g., a volume) or correspond to something in the environment, like a host or server. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FixedNameResourceNoId
Create an instance of FixedNameResourceNoId from a dict
- classmethod from_json(json_str: str) FixedNameResourceNoId
Create an instance of FixedNameResourceNoId from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fixed_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fixed_reference.FixedReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FixedReference
Create an instance of FixedReference from a dict
- classmethod from_json(json_str: str) FixedReference
Create an instance of FixedReference from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fixed_reference_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fixed_reference_no_id.FixedReferenceNoId(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FixedReferenceNoId
Create an instance of FixedReferenceNoId from a dict
- classmethod from_json(json_str: str) FixedReferenceNoId
Create an instance of FixedReferenceNoId from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fixed_reference_with_type module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fixed_reference_with_type.FixedReferenceWithType(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FixedReferenceWithType
Create an instance of FixedReferenceWithType from a dict
- classmethod from_json(json_str: str) FixedReferenceWithType
Create an instance of FixedReferenceWithType from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fixed_reference_with_type_and_location module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fixed_reference_with_type_and_location.FixedReferenceWithTypeAndLocation(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FixedReferenceWithTypeAndLocation
Create an instance of FixedReferenceWithTypeAndLocation from a dict
- classmethod from_json(json_str: str) FixedReferenceWithTypeAndLocation
Create an instance of FixedReferenceWithTypeAndLocation from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet.Fleet(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_get_response.FleetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Fleet]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) FleetGetResponse
Create an instance of FleetGetResponse from a dict
- classmethod from_json(json_str: str) FleetGetResponse
Create an instance of FleetGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.fleet_key module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_key.FleetKey(*, created: Optional[StrictInt] = None, expires: Optional[StrictInt] = None, fleet_key: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- expires: Optional[StrictInt]
- fleet_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_key_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_key_get_response.FleetKeyGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[FleetKey]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) FleetKeyGetResponse
Create an instance of FleetKeyGetResponse from a dict
- classmethod from_json(json_str: str) FleetKeyGetResponse
Create an instance of FleetKeyGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.fleet_key_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_key_response.FleetKeyResponse(*, items: Optional[ConstrainedListValue[FleetKey]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetKeyResponse
Create an instance of FleetKeyResponse from a dict
- classmethod from_json(json_str: str) FleetKeyResponse
Create an instance of FleetKeyResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_member.FleetMember(*, fleet: Optional[FixedReferenceWithTypeAndLocation] = None, member: Optional[FixedReferenceWithTypeAndLocation] = None, status: Optional[StrictStr] = None, status_details: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- fleet: Optional[FixedReferenceWithTypeAndLocation]
- classmethod from_dict(obj: dict) FleetMember
Create an instance of FleetMember from a dict
- classmethod from_json(json_str: str) FleetMember
Create an instance of FleetMember from a JSON string
- member: Optional[FixedReferenceWithTypeAndLocation]
- status: Optional[StrictStr]
- status_details: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_member_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_member_get_response.FleetMemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[FleetMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) FleetMemberGetResponse
Create an instance of FleetMemberGetResponse from a dict
- classmethod from_json(json_str: str) FleetMemberGetResponse
Create an instance of FleetMemberGetResponse from a JSON string
- items: Optional[ConstrainedListValue[FleetMember]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.fleet_member_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_member_post.FleetMemberPost(*, members: Optional[ConstrainedListValue[FleetmemberpostMembers]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetMemberPost
Create an instance of FleetMemberPost from a dict
- classmethod from_json(json_str: str) FleetMemberPost
Create an instance of FleetMemberPost from a JSON string
- members: Optional[ConstrainedListValue[FleetmemberpostMembers]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_member_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_member_response.FleetMemberResponse(*, items: Optional[ConstrainedListValue[FleetMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetMemberResponse
Create an instance of FleetMemberResponse from a dict
- classmethod from_json(json_str: str) FleetMemberResponse
Create an instance of FleetMemberResponse from a JSON string
- items: Optional[ConstrainedListValue[FleetMember]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_patch.FleetPatch(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetPatch
Create an instance of FleetPatch from a dict
- classmethod from_json(json_str: str) FleetPatch
Create an instance of FleetPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleet_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleet_response.FleetResponse(*, items: Optional[ConstrainedListValue[Fleet]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetResponse
Create an instance of FleetResponse from a dict
- classmethod from_json(json_str: str) FleetResponse
Create an instance of FleetResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleetmemberpost_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleetmemberpost_member.FleetmemberpostMember(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetmemberpostMember
Create an instance of FleetmemberpostMember from a dict
- classmethod from_json(json_str: str) FleetmemberpostMember
Create an instance of FleetmemberpostMember from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.fleetmemberpost_members module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.fleetmemberpost_members.FleetmemberpostMembers(*, key: Optional[StrictStr] = None, member: Optional[FleetmemberpostMember] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) FleetmemberpostMembers
Create an instance of FleetmemberpostMembers from a dict
- classmethod from_json(json_str: str) FleetmemberpostMembers
Create an instance of FleetmemberpostMembers from a JSON string
- key: Optional[StrictStr]
- member: Optional[FleetmemberpostMember]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.hardware module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.hardware.Hardware(*, name: Optional[StrictStr] = None, details: Optional[StrictStr] = None, identify_enabled: Optional[StrictBool] = None, index: Optional[StrictInt] = None, model: Optional[StrictStr] = None, serial: Optional[StrictStr] = None, slot: Optional[StrictInt] = None, speed: Optional[StrictInt] = None, status: Optional[StrictStr] = None, temperature: Optional[StrictInt] = None, type: Optional[StrictStr] = None, voltage: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- identify_enabled: Optional[StrictBool]
- index: Optional[StrictInt]
- model: Optional[StrictStr]
- name: Optional[StrictStr]
- serial: Optional[StrictStr]
- slot: Optional[StrictInt]
- speed: Optional[StrictInt]
- status: Optional[StrictStr]
- temperature: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
- voltage: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.hardware_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.hardware_get_response.HardwareGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Hardware]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) HardwareGetResponse
Create an instance of HardwareGetResponse from a dict
- classmethod from_json(json_str: str) HardwareGetResponse
Create an instance of HardwareGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.hardware_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.hardware_patch.HardwarePatch(*, name: Optional[StrictStr] = None, identify_enabled: Optional[StrictBool] = None, index: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) HardwarePatch
Create an instance of HardwarePatch from a dict
- classmethod from_json(json_str: str) HardwarePatch
Create an instance of HardwarePatch from a JSON string
- identify_enabled: Optional[StrictBool]
- index: Optional[StrictInt]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.hardware_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.hardware_response.HardwareResponse(*, items: Optional[ConstrainedListValue[Hardware]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) HardwareResponse
Create an instance of HardwareResponse from a dict
- classmethod from_json(json_str: str) HardwareResponse
Create an instance of HardwareResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host.Host(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, chap: Optional[Chap] = None, connection_count: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, host_group: Optional[ReferenceNoId] = None, iqns: Optional[ConstrainedListValue[StrictStr]] = None, is_local: Optional[StrictBool] = None, nqns: Optional[ConstrainedListValue[StrictStr]] = None, personality: Optional[StrictStr] = None, port_connectivity: Optional[HostPortConnectivity] = None, preferred_arrays: Optional[ConstrainedListValue[Reference]] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None, vlan: Optional[StrictStr] = None, wwns: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_count: Optional[StrictInt]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- host_group: Optional[ReferenceNoId]
- iqns: Optional[ConstrainedListValue[StrictStr]]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- nqns: Optional[ConstrainedListValue[StrictStr]]
- personality: Optional[StrictStr]
- port_connectivity: Optional[HostPortConnectivity]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictStr]
- wwns: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.host_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_get_response.HostGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Host]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) HostGetResponse
Create an instance of HostGetResponse from a dict
- classmethod from_json(json_str: str) HostGetResponse
Create an instance of HostGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.host_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_group.HostGroup(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, connection_count: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, host_count: Optional[StrictInt] = None, is_local: Optional[StrictBool] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_count: Optional[StrictInt]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- host_count: Optional[StrictInt]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_group_get_response.HostGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[HostGroup]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) HostGroupGetResponse
Create an instance of HostGroupGetResponse from a dict
- classmethod from_json(json_str: str) HostGroupGetResponse
Create an instance of HostGroupGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.host_group_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_group_patch.HostGroupPatch(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) HostGroupPatch
Create an instance of HostGroupPatch from a dict
- classmethod from_json(json_str: str) HostGroupPatch
Create an instance of HostGroupPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host_group_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_group_post.HostGroupPost(*, tags: Optional[ConstrainedListValue[NonCopyableTag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) HostGroupPost
Create an instance of HostGroupPost from a dict
- classmethod from_json(json_str: str) HostGroupPost
Create an instance of HostGroupPost from a JSON string
- tags: Optional[ConstrainedListValue[NonCopyableTag]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_group_response.HostGroupResponse(*, items: Optional[ConstrainedListValue[HostGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) HostGroupResponse
Create an instance of HostGroupResponse from a dict
- classmethod from_json(json_str: str) HostGroupResponse
Create an instance of HostGroupResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_patch.HostPatch(*, name: Optional[StrictStr] = None, add_iqns: Optional[ConstrainedListValue[StrictStr]] = None, add_nqns: Optional[ConstrainedListValue[StrictStr]] = None, add_wwns: Optional[ConstrainedListValue[StrictStr]] = None, chap: Optional[Chap] = None, host_group: Optional[ReferenceNoId] = None, iqns: Optional[ConstrainedListValue[StrictStr]] = None, nqns: Optional[ConstrainedListValue[StrictStr]] = None, personality: Optional[StrictStr] = None, preferred_arrays: Optional[ConstrainedListValue[Reference]] = None, remove_iqns: Optional[ConstrainedListValue[StrictStr]] = None, remove_nqns: Optional[ConstrainedListValue[StrictStr]] = None, remove_wwns: Optional[ConstrainedListValue[StrictStr]] = None, vlan: Optional[StrictStr] = None, wwns: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- add_iqns: Optional[ConstrainedListValue[StrictStr]]
- add_nqns: Optional[ConstrainedListValue[StrictStr]]
- add_wwns: Optional[ConstrainedListValue[StrictStr]]
- as_request_dict() Dict[str, Any]
- host_group: Optional[ReferenceNoId]
- iqns: Optional[ConstrainedListValue[StrictStr]]
- name: Optional[StrictStr]
- nqns: Optional[ConstrainedListValue[StrictStr]]
- personality: Optional[StrictStr]
- remove_iqns: Optional[ConstrainedListValue[StrictStr]]
- remove_nqns: Optional[ConstrainedListValue[StrictStr]]
- remove_wwns: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictStr]
- wwns: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.host_performance_balance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_performance_balance.HostPerformanceBalance(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, fraction_relative_to_max: Optional[Union[StrictFloat, StrictInt]] = None, initiator: Optional[PortCommon] = None, op_count: Optional[StrictInt] = None, target: Optional[PortInitiatorTarget] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- fraction_relative_to_max: Optional[Union[StrictFloat, StrictInt]]
- classmethod from_dict(obj: dict) HostPerformanceBalance
Create an instance of HostPerformanceBalance from a dict
- classmethod from_json(json_str: str) HostPerformanceBalance
Create an instance of HostPerformanceBalance from a JSON string
- initiator: Optional[PortCommon]
- name: Optional[StrictStr]
- op_count: Optional[StrictInt]
- target: Optional[PortInitiatorTarget]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host_performance_balance_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_performance_balance_get_response.HostPerformanceBalanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[HostPerformanceBalance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) HostPerformanceBalanceGetResponse
Create an instance of HostPerformanceBalanceGetResponse from a dict
- classmethod from_json(json_str: str) HostPerformanceBalanceGetResponse
Create an instance of HostPerformanceBalanceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[HostPerformanceBalance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.host_port_connectivity module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_port_connectivity.HostPortConnectivity(*, details: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModelThe connectivity status between the host and the ports on each controller. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) HostPortConnectivity
Create an instance of HostPortConnectivity from a dict
- classmethod from_json(json_str: str) HostPortConnectivity
Create an instance of HostPortConnectivity from a JSON string
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.host_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_post.HostPost(*, chap: Optional[Chap] = None, iqns: Optional[ConstrainedListValue[StrictStr]] = None, nqns: Optional[ConstrainedListValue[StrictStr]] = None, personality: Optional[StrictStr] = None, preferred_arrays: Optional[ConstrainedListValue[Reference]] = None, tags: Optional[ConstrainedListValue[NonCopyableTag]] = None, vlan: Optional[StrictStr] = None, wwns: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- iqns: Optional[ConstrainedListValue[StrictStr]]
- nqns: Optional[ConstrainedListValue[StrictStr]]
- personality: Optional[StrictStr]
- tags: Optional[ConstrainedListValue[NonCopyableTag]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictStr]
- wwns: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.host_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.host_response.HostResponse(*, items: Optional[ConstrainedListValue[Host]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) HostResponse
Create an instance of HostResponse from a dict
- classmethod from_json(json_str: str) HostResponse
Create an instance of HostResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.kmip module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip.Kmip(*, ca_certificate: Optional[ConstrainedStrValue] = None, certificate: Optional[KmipCertificate] = None, kmip_objects: Optional[ConstrainedListValue[KmipObject]] = None, name: Optional[StrictStr] = None, uris: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModelA built-in resource. Many are singletons predefined by Purity (e.g., support settings). Some correspond to a piece of software, like an app, or hardware, like a controller. Others are created by the system in response to some event (e.g., alerts, audit records). Typically, a user can’t create, delete or rename a built-in resource. A few can be created or deleted, but not renamed because the names are meaningful to Purity (e.g., VIFs, file systems, file system snapshots, volume snapshot). # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[ConstrainedStrValue]
- certificate: Optional[KmipCertificate]
- kmip_objects: Optional[ConstrainedListValue[KmipObject]]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uris: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.kmip_certificate module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_certificate.KmipCertificate(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) KmipCertificate
Create an instance of KmipCertificate from a dict
- classmethod from_json(json_str: str) KmipCertificate
Create an instance of KmipCertificate from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.kmip_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_get_response.KmipGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Kmip]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) KmipGetResponse
Create an instance of KmipGetResponse from a dict
- classmethod from_json(json_str: str) KmipGetResponse
Create an instance of KmipGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.kmip_object module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_object.KmipObject(*, name: Optional[StrictStr] = None, uid: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) KmipObject
Create an instance of KmipObject from a dict
- classmethod from_json(json_str: str) KmipObject
Create an instance of KmipObject from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uid: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.kmip_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_patch.KmipPatch(*, ca_certificate: Optional[ConstrainedStrValue] = None, certificate: Optional[ReferenceNoId] = None, uris: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[ConstrainedStrValue]
- certificate: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uris: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.kmip_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_post.KmipPost(*, ca_certificate: Optional[ConstrainedStrValue] = None, certificate: Optional[ReferenceNoId] = None, uris: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[ConstrainedStrValue]
- certificate: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uris: Optional[ConstrainedListValue[StrictStr]]
pypureclient.flasharray.FA_2_41.models.kmip_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_response.KmipResponse(*, items: Optional[ConstrainedListValue[Kmip]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) KmipResponse
Create an instance of KmipResponse from a dict
- classmethod from_json(json_str: str) KmipResponse
Create an instance of KmipResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.kmip_test_result module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_test_result.KmipTestResult(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- component_address: Optional[StrictStr]
- component_name: Optional[StrictStr]
- description: Optional[StrictStr]
- destination: Optional[StrictStr]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) KmipTestResult
Create an instance of KmipTestResult from a dict
- classmethod from_json(json_str: str) KmipTestResult
Create an instance of KmipTestResult from a JSON string
- result_details: Optional[StrictStr]
- success: Optional[StrictBool]
- test_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.kmip_test_result_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.kmip_test_result_get_response.KmipTestResultGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[KmipTestResult]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) KmipTestResultGetResponse
Create an instance of KmipTestResultGetResponse from a dict
- classmethod from_json(json_str: str) KmipTestResultGetResponse
Create an instance of KmipTestResultGetResponse from a JSON string
- items: Optional[ConstrainedListValue[KmipTestResult]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.limited_by module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.limited_by.LimitedBy(*, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- member: Optional[FixedReferenceWithType]
- policy: Optional[FixedReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_group.LocalGroup(*, built_in: Optional[StrictBool] = None, email: Optional[StrictStr] = None, gid: Optional[StrictInt] = None, name: Optional[StrictStr] = None, sid: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- built_in: Optional[StrictBool]
- email: Optional[StrictStr]
- classmethod from_dict(obj: dict) LocalGroup
Create an instance of LocalGroup from a dict
- classmethod from_json(json_str: str) LocalGroup
Create an instance of LocalGroup from a JSON string
- gid: Optional[StrictInt]
- name: Optional[StrictStr]
- sid: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_group_get_response.LocalGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LocalGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) LocalGroupGetResponse
Create an instance of LocalGroupGetResponse from a dict
- classmethod from_json(json_str: str) LocalGroupGetResponse
Create an instance of LocalGroupGetResponse from a JSON string
- items: Optional[ConstrainedListValue[LocalGroup]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.local_group_membership_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_group_membership_post.LocalGroupMembershipPost(*, members: Optional[ConstrainedListValue[LocalgroupmembershippostMembers]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalGroupMembershipPost
Create an instance of LocalGroupMembershipPost from a dict
- classmethod from_json(json_str: str) LocalGroupMembershipPost
Create an instance of LocalGroupMembershipPost from a JSON string
- members: Optional[ConstrainedListValue[LocalgroupmembershippostMembers]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_group_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_group_post.LocalGroupPost(*, email: Optional[StrictStr] = None, gid: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- email: Optional[StrictStr]
- classmethod from_dict(obj: dict) LocalGroupPost
Create an instance of LocalGroupPost from a dict
- classmethod from_json(json_str: str) LocalGroupPost
Create an instance of LocalGroupPost from a JSON string
- gid: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_group_response.LocalGroupResponse(*, items: Optional[ConstrainedListValue[LocalGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalGroupResponse
Create an instance of LocalGroupResponse from a dict
- classmethod from_json(json_str: str) LocalGroupResponse
Create an instance of LocalGroupResponse from a JSON string
- items: Optional[ConstrainedListValue[LocalGroup]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_member.LocalMember(*, group: Optional[FixedReferenceWithType] = None, group_gid: Optional[StrictInt] = None, is_primary_group: Optional[StrictBool] = None, member: Optional[FixedReferenceWithType] = None, member_id: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalMember
Create an instance of LocalMember from a dict
- classmethod from_json(json_str: str) LocalMember
Create an instance of LocalMember from a JSON string
- group: Optional[FixedReferenceWithType]
- group_gid: Optional[StrictInt]
- is_primary_group: Optional[StrictBool]
- member: Optional[FixedReferenceWithType]
- member_id: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_membership_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_membership_get_response.LocalMembershipGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LocalMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) LocalMembershipGetResponse
Create an instance of LocalMembershipGetResponse from a dict
- classmethod from_json(json_str: str) LocalMembershipGetResponse
Create an instance of LocalMembershipGetResponse from a JSON string
- items: Optional[ConstrainedListValue[LocalMember]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.local_membership_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_membership_response.LocalMembershipResponse(*, items: Optional[ConstrainedListValue[LocalMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalMembershipResponse
Create an instance of LocalMembershipResponse from a dict
- classmethod from_json(json_str: str) LocalMembershipResponse
Create an instance of LocalMembershipResponse from a JSON string
- items: Optional[ConstrainedListValue[LocalMember]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_user module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_user.LocalUser(*, built_in: Optional[StrictBool] = None, email: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, name: Optional[StrictStr] = None, primary_group: Optional[ReferenceWithType] = None, sid: Optional[StrictStr] = None, uid: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- built_in: Optional[StrictBool]
- email: Optional[StrictStr]
- enabled: Optional[StrictBool]
- name: Optional[StrictStr]
- primary_group: Optional[ReferenceWithType]
- sid: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uid: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.local_user_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_user_get_response.LocalUserGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LocalUser]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) LocalUserGetResponse
Create an instance of LocalUserGetResponse from a dict
- classmethod from_json(json_str: str) LocalUserGetResponse
Create an instance of LocalUserGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.local_user_membership_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_user_membership_post.LocalUserMembershipPost(*, groups: Optional[ConstrainedListValue[LocalusermembershippostGroups]] = None, is_primary: Optional[StrictBool] = False)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalUserMembershipPost
Create an instance of LocalUserMembershipPost from a dict
- classmethod from_json(json_str: str) LocalUserMembershipPost
Create an instance of LocalUserMembershipPost from a JSON string
- groups: Optional[ConstrainedListValue[LocalusermembershippostGroups]]
- is_primary: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.local_user_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_user_patch.LocalUserPatch(*, email: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, name: Optional[StrictStr] = None, password: Optional[StrictStr] = None, primary_group: Optional[ReferenceWithType] = None, uid: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- email: Optional[StrictStr]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) LocalUserPatch
Create an instance of LocalUserPatch from a dict
- classmethod from_json(json_str: str) LocalUserPatch
Create an instance of LocalUserPatch from a JSON string
- name: Optional[StrictStr]
- password: Optional[StrictStr]
- primary_group: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uid: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.local_user_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_user_post.LocalUserPost(*, email: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, password: Optional[StrictStr] = None, primary_group: Optional[ReferenceWithType] = None, uid: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- email: Optional[StrictStr]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) LocalUserPost
Create an instance of LocalUserPost from a dict
- classmethod from_json(json_str: str) LocalUserPost
Create an instance of LocalUserPost from a JSON string
- password: Optional[StrictStr]
- primary_group: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uid: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.local_user_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.local_user_response.LocalUserResponse(*, items: Optional[ConstrainedListValue[LocalUser]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalUserResponse
Create an instance of LocalUserResponse from a dict
- classmethod from_json(json_str: str) LocalUserResponse
Create an instance of LocalUserResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.localgroupmembershippost_members module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.localgroupmembershippost_members.LocalgroupmembershippostMembers(*, member: Optional[ReferenceWithType] = None, member_id: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalgroupmembershippostMembers
Create an instance of LocalgroupmembershippostMembers from a dict
- classmethod from_json(json_str: str) LocalgroupmembershippostMembers
Create an instance of LocalgroupmembershippostMembers from a JSON string
- member: Optional[ReferenceWithType]
- member_id: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.localusermembershippost_groups module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.localusermembershippost_groups.LocalusermembershippostGroups(*, group: Optional[ReferenceWithType] = None, group_gid: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocalusermembershippostGroups
Create an instance of LocalusermembershippostGroups from a dict
- classmethod from_json(json_str: str) LocalusermembershippostGroups
Create an instance of LocalusermembershippostGroups from a JSON string
- group: Optional[ReferenceWithType]
- group_gid: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.location_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.location_reference.LocationReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LocationReference
Create an instance of LocationReference from a dict
- classmethod from_json(json_str: str) LocationReference
Create an instance of LocationReference from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.log_target module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.log_target.LogTarget(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, target_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- name: Optional[StrictStr]
- target_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.log_target_file module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.log_target_file.LogTargetFile(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, target_type: Optional[StrictStr] = None, directory: Optional[ReferenceWithType] = None, keep_for: Optional[ConstrainedIntValue] = None, keep_size: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- directory: Optional[ReferenceWithType]
- classmethod from_dict(obj: dict) LogTargetFile
Create an instance of LogTargetFile from a dict
- classmethod from_json(json_str: str) LogTargetFile
Create an instance of LogTargetFile from a JSON string
- keep_for: Optional[ConstrainedIntValue]
- keep_size: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- target_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.log_target_file_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.log_target_file_get_response.LogTargetFileGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LogTargetFile]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) LogTargetFileGetResponse
Create an instance of LogTargetFileGetResponse from a dict
- classmethod from_json(json_str: str) LogTargetFileGetResponse
Create an instance of LogTargetFileGetResponse from a JSON string
- items: Optional[ConstrainedListValue[LogTargetFile]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.log_target_file_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.log_target_file_response.LogTargetFileResponse(*, items: Optional[ConstrainedListValue[LogTargetFile]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LogTargetFileResponse
Create an instance of LogTargetFileResponse from a dict
- classmethod from_json(json_str: str) LogTargetFileResponse
Create an instance of LogTargetFileResponse from a JSON string
- items: Optional[ConstrainedListValue[LogTargetFile]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.log_targets_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.log_targets_get_response.LogTargetsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LogTarget]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) LogTargetsGetResponse
Create an instance of LogTargetsGetResponse from a dict
- classmethod from_json(json_str: str) LogTargetsGetResponse
Create an instance of LogTargetsGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.log_targets_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.log_targets_response.LogTargetsResponse(*, items: Optional[ConstrainedListValue[LogTarget]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) LogTargetsResponse
Create an instance of LogTargetsResponse from a dict
- classmethod from_json(json_str: str) LogTargetsResponse
Create an instance of LogTargetsResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.maintenance_window module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.maintenance_window.MaintenanceWindow(*, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, expires: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- expires: Optional[StrictInt]
- classmethod from_dict(obj: dict) MaintenanceWindow
Create an instance of MaintenanceWindow from a dict
- classmethod from_json(json_str: str) MaintenanceWindow
Create an instance of MaintenanceWindow from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.maintenance_window_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.maintenance_window_post.MaintenanceWindowPost(*, timeout: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MaintenanceWindowPost
Create an instance of MaintenanceWindowPost from a dict
- classmethod from_json(json_str: str) MaintenanceWindowPost
Create an instance of MaintenanceWindowPost from a JSON string
- timeout: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.maintenance_windows_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.maintenance_windows_get_response.MaintenanceWindowsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MaintenanceWindow]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) MaintenanceWindowsGetResponse
Create an instance of MaintenanceWindowsGetResponse from a dict
- classmethod from_json(json_str: str) MaintenanceWindowsGetResponse
Create an instance of MaintenanceWindowsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[MaintenanceWindow]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.maintenance_windows_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.maintenance_windows_response.MaintenanceWindowsResponse(*, items: Optional[ConstrainedListValue[MaintenanceWindow]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MaintenanceWindowsResponse
Create an instance of MaintenanceWindowsResponse from a dict
- classmethod from_json(json_str: str) MaintenanceWindowsResponse
Create an instance of MaintenanceWindowsResponse from a JSON string
- items: Optional[ConstrainedListValue[MaintenanceWindow]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.mapping_policy module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.mapping_policy.MappingPolicy(*, id: Optional[StrictStr] = None, context: Optional[FixedReference] = None, direction: Optional[StrictStr] = None, local_policy: Optional[ReferenceWithType] = None, mapping: Optional[StrictStr] = None, pod_replica_link: Optional[PodReplicaLinkReference] = None, policy_type: Optional[StrictStr] = None, remote_policy: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- direction: Optional[StrictStr]
- classmethod from_dict(obj: dict) MappingPolicy
Create an instance of MappingPolicy from a dict
- classmethod from_json(json_str: str) MappingPolicy
Create an instance of MappingPolicy from a JSON string
- id: Optional[StrictStr]
- local_policy: Optional[ReferenceWithType]
- mapping: Optional[StrictStr]
- pod_replica_link: Optional[PodReplicaLinkReference]
- policy_type: Optional[StrictStr]
- remote_policy: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.mapping_policy_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.mapping_policy_patch.MappingPolicyPatch(*, mapping: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MappingPolicyPatch
Create an instance of MappingPolicyPatch from a dict
- classmethod from_json(json_str: str) MappingPolicyPatch
Create an instance of MappingPolicyPatch from a JSON string
- mapping: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member.Member(*, context: Optional[FixedReference] = None, group: Optional[Reference] = None, member: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_get_response.MemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Member]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) MemberGetResponse
Create an instance of MemberGetResponse from a dict
- classmethod from_json(json_str: str) MemberGetResponse
Create an instance of MemberGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.member_no_id_all module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_all.MemberNoIdAll(*, context: Optional[FixedReference] = None, group: Optional[ReferenceNoId] = None, member: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) MemberNoIdAll
Create an instance of MemberNoIdAll from a dict
- classmethod from_json(json_str: str) MemberNoIdAll
Create an instance of MemberNoIdAll from a JSON string
- group: Optional[ReferenceNoId]
- member: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_no_id_all_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_all_get_response.MemberNoIdAllGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MemberNoIdAll]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) MemberNoIdAllGetResponse
Create an instance of MemberNoIdAllGetResponse from a dict
- classmethod from_json(json_str: str) MemberNoIdAllGetResponse
Create an instance of MemberNoIdAllGetResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberNoIdAll]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.member_no_id_all_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_all_response.MemberNoIdAllResponse(*, items: Optional[ConstrainedListValue[MemberNoIdAll]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MemberNoIdAllResponse
Create an instance of MemberNoIdAllResponse from a dict
- classmethod from_json(json_str: str) MemberNoIdAllResponse
Create an instance of MemberNoIdAllResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberNoIdAll]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_no_id_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_group.MemberNoIdGroup(*, group: Optional[ReferenceNoId] = None, member: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MemberNoIdGroup
Create an instance of MemberNoIdGroup from a dict
- classmethod from_json(json_str: str) MemberNoIdGroup
Create an instance of MemberNoIdGroup from a JSON string
- group: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_no_id_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_member.MemberNoIdMember(*, context: Optional[FixedReference] = None, group: Optional[Reference] = None, member: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) MemberNoIdMember
Create an instance of MemberNoIdMember from a dict
- classmethod from_json(json_str: str) MemberNoIdMember
Create an instance of MemberNoIdMember from a JSON string
- member: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_no_id_member_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_member_get_response.MemberNoIdMemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MemberNoIdMember]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) MemberNoIdMemberGetResponse
Create an instance of MemberNoIdMemberGetResponse from a dict
- classmethod from_json(json_str: str) MemberNoIdMemberGetResponse
Create an instance of MemberNoIdMemberGetResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberNoIdMember]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.member_no_id_member_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_no_id_member_response.MemberNoIdMemberResponse(*, items: Optional[ConstrainedListValue[MemberNoIdMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MemberNoIdMemberResponse
Create an instance of MemberNoIdMemberResponse from a dict
- classmethod from_json(json_str: str) MemberNoIdMemberResponse
Create an instance of MemberNoIdMemberResponse from a JSON string
- items: Optional[ConstrainedListValue[MemberNoIdMember]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_response.MemberResponse(*, items: Optional[ConstrainedListValue[Member]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MemberResponse
Create an instance of MemberResponse from a dict
- classmethod from_json(json_str: str) MemberResponse
Create an instance of MemberResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.member_with_type module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.member_with_type.MemberWithType(*, group: Optional[ReferenceWithType] = None, member: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) MemberWithType
Create an instance of MemberWithType from a dict
- classmethod from_json(json_str: str) MemberWithType
Create an instance of MemberWithType from a JSON string
- group: Optional[ReferenceWithType]
- member: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface.NetworkInterface(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, eth: Optional[NetworkInterfaceEth] = None, fc: Optional[NetworkInterfaceFc] = None, interface_type: Optional[StrictStr] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, speed: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- eth: Optional[NetworkInterfaceEth]
- fc: Optional[NetworkInterfaceFc]
- classmethod from_dict(obj: dict) NetworkInterface
Create an instance of NetworkInterface from a dict
- classmethod from_json(json_str: str) NetworkInterface
Create an instance of NetworkInterface from a JSON string
- interface_type: Optional[StrictStr]
- name: Optional[StrictStr]
- services: Optional[ConstrainedListValue[StrictStr]]
- speed: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_eth module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_eth.NetworkInterfaceEth(*, address: Optional[StrictStr] = None, gateway: Optional[StrictStr] = None, mac_address: Optional[StrictStr] = None, mtu: Optional[StrictInt] = None, netmask: Optional[StrictStr] = None, subinterfaces: Optional[ConstrainedListValue[FixedReferenceNoId]] = None, subnet: Optional[ReferenceNoId] = None, subtype: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None)
Bases:
BaseModelEthernet network interface properties. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- address: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceEth
Create an instance of NetworkInterfaceEth from a dict
- classmethod from_json(json_str: str) NetworkInterfaceEth
Create an instance of NetworkInterfaceEth from a JSON string
- gateway: Optional[StrictStr]
- mac_address: Optional[StrictStr]
- mtu: Optional[StrictInt]
- netmask: Optional[StrictStr]
- subinterfaces: Optional[ConstrainedListValue[FixedReferenceNoId]]
- subnet: Optional[ReferenceNoId]
- subtype: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.network_interface_fc module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_fc.NetworkInterfaceFc(*, wwn: Optional[StrictStr] = None)
Bases:
BaseModelFibre Channel port properties. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceFc
Create an instance of NetworkInterfaceFc from a dict
- classmethod from_json(json_str: str) NetworkInterfaceFc
Create an instance of NetworkInterfaceFc from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wwn: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.network_interface_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_get_response.NetworkInterfaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterface]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) NetworkInterfaceGetResponse
Create an instance of NetworkInterfaceGetResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfaceGetResponse
Create an instance of NetworkInterfaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterface]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor.NetworkInterfaceNeighbor(*, initial_ttl_in_sec: Optional[StrictInt] = None, local_port: Optional[FixedReferenceNoId] = None, neighbor_chassis: Optional[NetworkInterfaceNeighborNeighborChassis] = None, neighbor_port: Optional[NetworkInterfaceNeighborNeighborPort] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighbor
Create an instance of NetworkInterfaceNeighbor from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighbor
Create an instance of NetworkInterfaceNeighbor from a JSON string
- initial_ttl_in_sec: Optional[StrictInt]
- local_port: Optional[FixedReferenceNoId]
- neighbor_chassis: Optional[NetworkInterfaceNeighborNeighborChassis]
- neighbor_port: Optional[NetworkInterfaceNeighborNeighborPort]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_capability module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_capability.NetworkInterfaceNeighborCapability(*, enabled: Optional[StrictBool] = None, supported: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborCapability
Create an instance of NetworkInterfaceNeighborCapability from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborCapability
Create an instance of NetworkInterfaceNeighborCapability from a JSON string
- supported: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_get_response.NetworkInterfaceNeighborGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborGetResponse
Create an instance of NetworkInterfaceNeighborGetResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborGetResponse
Create an instance of NetworkInterfaceNeighborGetResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_chassis module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_chassis.NetworkInterfaceNeighborNeighborChassis(*, addresses: Optional[ConstrainedListValue[StrictStr]] = None, bridge: Optional[NetworkInterfaceNeighborCapability] = None, description: Optional[StrictStr] = None, docsis_cable_device: Optional[NetworkInterfaceNeighborCapability] = None, id: Optional[NetworkInterfaceNeighborNeighborChassisId] = None, name: Optional[StrictStr] = None, repeater: Optional[NetworkInterfaceNeighborCapability] = None, router: Optional[NetworkInterfaceNeighborCapability] = None, station_only: Optional[NetworkInterfaceNeighborCapability] = None, telephone: Optional[NetworkInterfaceNeighborCapability] = None, wlan_access_point: Optional[NetworkInterfaceNeighborCapability] = None)
Bases:
BaseModelThe neighboring physical component incorporating one or more IEEE 802 LAN stations and their associated application functionality. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- addresses: Optional[ConstrainedListValue[StrictStr]]
- as_request_dict() Dict[str, Any]
- bridge: Optional[NetworkInterfaceNeighborCapability]
- description: Optional[StrictStr]
- docsis_cable_device: Optional[NetworkInterfaceNeighborCapability]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborChassis
Create an instance of NetworkInterfaceNeighborNeighborChassis from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborChassis
Create an instance of NetworkInterfaceNeighborNeighborChassis from a JSON string
- id: Optional[NetworkInterfaceNeighborNeighborChassisId]
- name: Optional[StrictStr]
- repeater: Optional[NetworkInterfaceNeighborCapability]
- router: Optional[NetworkInterfaceNeighborCapability]
- station_only: Optional[NetworkInterfaceNeighborCapability]
- telephone: Optional[NetworkInterfaceNeighborCapability]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wlan_access_point: Optional[NetworkInterfaceNeighborCapability]
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_chassis_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_chassis_id.NetworkInterfaceNeighborNeighborChassisId(*, type: Optional[StrictStr] = None, value: Optional[StrictStr] = None)
Bases:
BaseModelAn administratively assigned identifier of the particular neighboring chassis. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborChassisId
Create an instance of NetworkInterfaceNeighborNeighborChassisId from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborChassisId
Create an instance of NetworkInterfaceNeighborNeighborChassisId from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_port module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_port.NetworkInterfaceNeighborNeighborPort(*, description: Optional[StrictStr] = None, id: Optional[NetworkInterfaceNeighborNeighborPortId] = None)
Bases:
BaseModelThe neighboring port connected to the FlashArray local port. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborPort
Create an instance of NetworkInterfaceNeighborNeighborPort from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborPort
Create an instance of NetworkInterfaceNeighborNeighborPort from a JSON string
- id: Optional[NetworkInterfaceNeighborNeighborPortId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_port_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_neighbor_port_id.NetworkInterfaceNeighborNeighborPortId(*, type: Optional[StrictStr] = None, value: Optional[StrictStr] = None)
Bases:
BaseModelAn administratively assigned identifier of the particular neighboring port. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborPortId
Create an instance of NetworkInterfaceNeighborNeighborPortId from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborPortId
Create an instance of NetworkInterfaceNeighborNeighborPortId from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: Optional[StrictStr]
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_neighbor_response.NetworkInterfaceNeighborResponse(*, items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceNeighborResponse
Create an instance of NetworkInterfaceNeighborResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfaceNeighborResponse
Create an instance of NetworkInterfaceNeighborResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_patch.NetworkInterfacePatch(*, enabled: Optional[StrictBool] = None, eth: Optional[NetworkinterfacepatchEth] = None, override_npiv_check: Optional[StrictBool] = None, services: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- eth: Optional[NetworkinterfacepatchEth]
- classmethod from_dict(obj: dict) NetworkInterfacePatch
Create an instance of NetworkInterfacePatch from a dict
- classmethod from_json(json_str: str) NetworkInterfacePatch
Create an instance of NetworkInterfacePatch from a JSON string
- override_npiv_check: Optional[StrictBool]
- services: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_performance.NetworkInterfacePerformance(*, name: Optional[StrictStr] = None, eth: Optional[NetworkInterfacePerformanceEth] = None, fc: Optional[NetworkInterfacePerformanceFc] = None, interface_type: Optional[StrictStr] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- eth: Optional[NetworkInterfacePerformanceEth]
- fc: Optional[NetworkInterfacePerformanceFc]
- classmethod from_dict(obj: dict) NetworkInterfacePerformance
Create an instance of NetworkInterfacePerformance from a dict
- classmethod from_json(json_str: str) NetworkInterfacePerformance
Create an instance of NetworkInterfacePerformance from a JSON string
- interface_type: Optional[StrictStr]
- name: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_performance_eth module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_performance_eth.NetworkInterfacePerformanceEth(*, flow_control_received_congestion_packets_per_sec: Optional[ConstrainedIntValue] = None, flow_control_received_discarded_packets_per_sec: Optional[ConstrainedIntValue] = None, flow_control_received_lossless_bytes_per_sec: Optional[ConstrainedIntValue] = None, flow_control_received_pause_frames_per_sec: Optional[ConstrainedIntValue] = None, flow_control_transmitted_congestion_packets_per_sec: Optional[ConstrainedIntValue] = None, flow_control_transmitted_discarded_packets_per_sec: Optional[ConstrainedIntValue] = None, flow_control_transmitted_lossless_bytes_per_sec: Optional[ConstrainedIntValue] = None, flow_control_transmitted_pause_frames_per_sec: Optional[ConstrainedIntValue] = None, other_errors_per_sec: Optional[ConstrainedIntValue] = None, rdma_received_req_cqe_errors_per_sec: Optional[ConstrainedIntValue] = None, rdma_received_sequence_errors_per_sec: Optional[ConstrainedIntValue] = None, rdma_transmitted_local_ack_timeout_errors_per_sec: Optional[ConstrainedIntValue] = None, received_bytes_per_sec: Optional[ConstrainedIntValue] = None, received_crc_errors_per_sec: Optional[ConstrainedIntValue] = None, received_frame_errors_per_sec: Optional[ConstrainedIntValue] = None, received_packets_per_sec: Optional[ConstrainedIntValue] = None, total_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_bytes_per_sec: Optional[ConstrainedIntValue] = None, transmitted_carrier_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_dropped_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_packets_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModelEthernet network interface statistics. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- flow_control_received_congestion_packets_per_sec: Optional[ConstrainedIntValue]
- flow_control_received_discarded_packets_per_sec: Optional[ConstrainedIntValue]
- flow_control_received_lossless_bytes_per_sec: Optional[ConstrainedIntValue]
- flow_control_received_pause_frames_per_sec: Optional[ConstrainedIntValue]
- flow_control_transmitted_congestion_packets_per_sec: Optional[ConstrainedIntValue]
- flow_control_transmitted_discarded_packets_per_sec: Optional[ConstrainedIntValue]
- flow_control_transmitted_lossless_bytes_per_sec: Optional[ConstrainedIntValue]
- flow_control_transmitted_pause_frames_per_sec: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) NetworkInterfacePerformanceEth
Create an instance of NetworkInterfacePerformanceEth from a dict
- classmethod from_json(json_str: str) NetworkInterfacePerformanceEth
Create an instance of NetworkInterfacePerformanceEth from a JSON string
- other_errors_per_sec: Optional[ConstrainedIntValue]
- rdma_received_req_cqe_errors_per_sec: Optional[ConstrainedIntValue]
- rdma_received_sequence_errors_per_sec: Optional[ConstrainedIntValue]
- rdma_transmitted_local_ack_timeout_errors_per_sec: Optional[ConstrainedIntValue]
- received_bytes_per_sec: Optional[ConstrainedIntValue]
- received_crc_errors_per_sec: Optional[ConstrainedIntValue]
- received_frame_errors_per_sec: Optional[ConstrainedIntValue]
- received_packets_per_sec: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_errors_per_sec: Optional[ConstrainedIntValue]
- transmitted_bytes_per_sec: Optional[ConstrainedIntValue]
- transmitted_carrier_errors_per_sec: Optional[ConstrainedIntValue]
- transmitted_dropped_errors_per_sec: Optional[ConstrainedIntValue]
- transmitted_packets_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.network_interface_performance_fc module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_performance_fc.NetworkInterfacePerformanceFc(*, received_bytes_per_sec: Optional[ConstrainedIntValue] = None, received_crc_errors_per_sec: Optional[ConstrainedIntValue] = None, received_frames_per_sec: Optional[ConstrainedIntValue] = None, received_link_failures_per_sec: Optional[ConstrainedIntValue] = None, received_loss_of_signal_per_sec: Optional[ConstrainedIntValue] = None, received_loss_of_sync_per_sec: Optional[ConstrainedIntValue] = None, total_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_bytes_per_sec: Optional[ConstrainedIntValue] = None, transmitted_frames_per_sec: Optional[ConstrainedIntValue] = None, transmitted_invalid_words_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModelFibre Channel port statistics. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacePerformanceFc
Create an instance of NetworkInterfacePerformanceFc from a dict
- classmethod from_json(json_str: str) NetworkInterfacePerformanceFc
Create an instance of NetworkInterfacePerformanceFc from a JSON string
- received_bytes_per_sec: Optional[ConstrainedIntValue]
- received_crc_errors_per_sec: Optional[ConstrainedIntValue]
- received_frames_per_sec: Optional[ConstrainedIntValue]
- received_link_failures_per_sec: Optional[ConstrainedIntValue]
- received_loss_of_signal_per_sec: Optional[ConstrainedIntValue]
- received_loss_of_sync_per_sec: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_errors_per_sec: Optional[ConstrainedIntValue]
- transmitted_bytes_per_sec: Optional[ConstrainedIntValue]
- transmitted_frames_per_sec: Optional[ConstrainedIntValue]
- transmitted_invalid_words_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.network_interface_performance_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_performance_get_response.NetworkInterfacePerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterfacePerformance]] = None, total: Optional[ConstrainedListValue[NetworkInterfacePerformance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) NetworkInterfacePerformanceGetResponse
Create an instance of NetworkInterfacePerformanceGetResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfacePerformanceGetResponse
Create an instance of NetworkInterfacePerformanceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterfacePerformance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[NetworkInterfacePerformance]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_rx_los module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_rx_los.NetworkInterfacePortDetailsRxLos(*, channel: Optional[StrictInt] = None, flag: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- flag: Optional[StrictBool]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsRxLos
Create an instance of NetworkInterfacePortDetailsRxLos from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsRxLos
Create an instance of NetworkInterfacePortDetailsRxLos from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_rx_power module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_rx_power.NetworkInterfacePortDetailsRxPower(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsRxPower
Create an instance of NetworkInterfacePortDetailsRxPower from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsRxPower
Create an instance of NetworkInterfacePortDetailsRxPower from a JSON string
- measurement: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static.NetworkInterfacePortDetailsStatic(*, cable_technology: Optional[ConstrainedListValue[StrictStr]] = None, connector_type: Optional[StrictStr] = None, encoding: Optional[StrictStr] = None, extended_identifier: Optional[StrictStr] = None, fc_link_lengths: Optional[ConstrainedListValue[StrictStr]] = None, fc_speeds: Optional[StrictStr] = None, fc_technology: Optional[ConstrainedListValue[StrictStr]] = None, fc_transmission_media: Optional[ConstrainedListValue[StrictStr]] = None, identifier: Optional[StrictStr] = None, link_length: Optional[StrictStr] = None, rate_identifier: Optional[StrictStr] = None, rx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticRxPowerThresholds] = None, signaling_rate: Optional[StrictStr] = None, signaling_rate_max: Optional[StrictStr] = None, signaling_rate_min: Optional[StrictStr] = None, specifications: Optional[ConstrainedListValue[StrictStr]] = None, temperature_thresholds: Optional[NetworkInterfacePortDetailsStaticTemperatureThresholds] = None, tx_bias_thresholds: Optional[NetworkInterfacePortDetailsStaticTxBiasThresholds] = None, tx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticTxPowerThresholds] = None, vendor_date_code: Optional[ConstrainedStrValue] = None, vendor_name: Optional[ConstrainedStrValue] = None, vendor_oui: Optional[ConstrainedStrValue] = None, vendor_part_number: Optional[ConstrainedStrValue] = None, vendor_revision: Optional[ConstrainedStrValue] = None, vendor_serial_number: Optional[ConstrainedStrValue] = None, voltage_thresholds: Optional[NetworkInterfacePortDetailsStaticVoltageThresholds] = None, wavelength: Optional[StrictStr] = None)
Bases:
BaseModelStatic module identity and capabilities information for the specified network interface or Fibre Channel port. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- cable_technology: Optional[ConstrainedListValue[StrictStr]]
- connector_type: Optional[StrictStr]
- encoding: Optional[StrictStr]
- extended_identifier: Optional[StrictStr]
- fc_link_lengths: Optional[ConstrainedListValue[StrictStr]]
- fc_speeds: Optional[StrictStr]
- fc_technology: Optional[ConstrainedListValue[StrictStr]]
- fc_transmission_media: Optional[ConstrainedListValue[StrictStr]]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStatic
Create an instance of NetworkInterfacePortDetailsStatic from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsStatic
Create an instance of NetworkInterfacePortDetailsStatic from a JSON string
- identifier: Optional[StrictStr]
- link_length: Optional[StrictStr]
- rate_identifier: Optional[StrictStr]
- rx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticRxPowerThresholds]
- signaling_rate: Optional[StrictStr]
- signaling_rate_max: Optional[StrictStr]
- signaling_rate_min: Optional[StrictStr]
- specifications: Optional[ConstrainedListValue[StrictStr]]
- temperature_thresholds: Optional[NetworkInterfacePortDetailsStaticTemperatureThresholds]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- tx_bias_thresholds: Optional[NetworkInterfacePortDetailsStaticTxBiasThresholds]
- tx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticTxPowerThresholds]
- vendor_date_code: Optional[ConstrainedStrValue]
- vendor_name: Optional[ConstrainedStrValue]
- vendor_oui: Optional[ConstrainedStrValue]
- vendor_part_number: Optional[ConstrainedStrValue]
- vendor_revision: Optional[ConstrainedStrValue]
- vendor_serial_number: Optional[ConstrainedStrValue]
- voltage_thresholds: Optional[NetworkInterfacePortDetailsStaticVoltageThresholds]
- wavelength: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_rx_power_thresholds module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_rx_power_thresholds.NetworkInterfacePortDetailsStaticRxPowerThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)
Bases:
BaseModelThe alarm low, warn low, warn high, alarm high thresholds for Rx input power in mW. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- alarm_high: Optional[Union[StrictFloat, StrictInt]]
- alarm_low: Optional[Union[StrictFloat, StrictInt]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticRxPowerThresholds
Create an instance of NetworkInterfacePortDetailsStaticRxPowerThresholds from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticRxPowerThresholds
Create an instance of NetworkInterfacePortDetailsStaticRxPowerThresholds from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- warn_high: Optional[Union[StrictFloat, StrictInt]]
- warn_low: Optional[Union[StrictFloat, StrictInt]]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_temperature_thresholds module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_temperature_thresholds.NetworkInterfacePortDetailsStaticTemperatureThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)
Bases:
BaseModelThe alarm low, warn low, warn high, alarm high thresholds for temperature in degrees Celsius. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- alarm_high: Optional[Union[StrictFloat, StrictInt]]
- alarm_low: Optional[Union[StrictFloat, StrictInt]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticTemperatureThresholds
Create an instance of NetworkInterfacePortDetailsStaticTemperatureThresholds from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticTemperatureThresholds
Create an instance of NetworkInterfacePortDetailsStaticTemperatureThresholds from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- warn_high: Optional[Union[StrictFloat, StrictInt]]
- warn_low: Optional[Union[StrictFloat, StrictInt]]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_tx_bias_thresholds module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_tx_bias_thresholds.NetworkInterfacePortDetailsStaticTxBiasThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)
Bases:
BaseModelThe alarm low, warn low, warn high, alarm high thresholds for Tx bias current in mA. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- alarm_high: Optional[Union[StrictFloat, StrictInt]]
- alarm_low: Optional[Union[StrictFloat, StrictInt]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticTxBiasThresholds
Create an instance of NetworkInterfacePortDetailsStaticTxBiasThresholds from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticTxBiasThresholds
Create an instance of NetworkInterfacePortDetailsStaticTxBiasThresholds from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- warn_high: Optional[Union[StrictFloat, StrictInt]]
- warn_low: Optional[Union[StrictFloat, StrictInt]]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_tx_power_thresholds module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_tx_power_thresholds.NetworkInterfacePortDetailsStaticTxPowerThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)
Bases:
BaseModelThe alarm low, warn low, warn high, alarm high thresholds for Tx output power in mW. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- alarm_high: Optional[Union[StrictFloat, StrictInt]]
- alarm_low: Optional[Union[StrictFloat, StrictInt]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticTxPowerThresholds
Create an instance of NetworkInterfacePortDetailsStaticTxPowerThresholds from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticTxPowerThresholds
Create an instance of NetworkInterfacePortDetailsStaticTxPowerThresholds from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- warn_high: Optional[Union[StrictFloat, StrictInt]]
- warn_low: Optional[Union[StrictFloat, StrictInt]]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_voltage_thresholds module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_static_voltage_thresholds.NetworkInterfacePortDetailsStaticVoltageThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)
Bases:
BaseModelThe alarm low, warn low, warn high, alarm high thresholds for supply voltage (in volts). # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- alarm_high: Optional[Union[StrictFloat, StrictInt]]
- alarm_low: Optional[Union[StrictFloat, StrictInt]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticVoltageThresholds
Create an instance of NetworkInterfacePortDetailsStaticVoltageThresholds from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticVoltageThresholds
Create an instance of NetworkInterfacePortDetailsStaticVoltageThresholds from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- warn_high: Optional[Union[StrictFloat, StrictInt]]
- warn_low: Optional[Union[StrictFloat, StrictInt]]
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_temperature module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_temperature.NetworkInterfacePortDetailsTemperature(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTemperature
Create an instance of NetworkInterfacePortDetailsTemperature from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsTemperature
Create an instance of NetworkInterfacePortDetailsTemperature from a JSON string
- measurement: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_tx_bias module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_tx_bias.NetworkInterfacePortDetailsTxBias(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTxBias
Create an instance of NetworkInterfacePortDetailsTxBias from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsTxBias
Create an instance of NetworkInterfacePortDetailsTxBias from a JSON string
- measurement: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_tx_fault module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_tx_fault.NetworkInterfacePortDetailsTxFault(*, channel: Optional[StrictInt] = None, flag: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- flag: Optional[StrictBool]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTxFault
Create an instance of NetworkInterfacePortDetailsTxFault from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsTxFault
Create an instance of NetworkInterfacePortDetailsTxFault from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_tx_power module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_tx_power.NetworkInterfacePortDetailsTxPower(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTxPower
Create an instance of NetworkInterfacePortDetailsTxPower from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsTxPower
Create an instance of NetworkInterfacePortDetailsTxPower from a JSON string
- measurement: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_port_details_voltage module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_port_details_voltage.NetworkInterfacePortDetailsVoltage(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- channel: Optional[StrictInt]
- classmethod from_dict(obj: dict) NetworkInterfacePortDetailsVoltage
Create an instance of NetworkInterfacePortDetailsVoltage from a dict
- classmethod from_json(json_str: str) NetworkInterfacePortDetailsVoltage
Create an instance of NetworkInterfacePortDetailsVoltage from a JSON string
- measurement: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_post.NetworkInterfacePost(*, name: Optional[StrictStr] = None, eth: Optional[NetworkinterfacepostEth] = None, services: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- eth: Optional[NetworkinterfacepostEth]
- classmethod from_dict(obj: dict) NetworkInterfacePost
Create an instance of NetworkInterfacePost from a dict
- classmethod from_json(json_str: str) NetworkInterfacePost
Create an instance of NetworkInterfacePost from a JSON string
- name: Optional[StrictStr]
- services: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interface_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interface_response.NetworkInterfaceResponse(*, items: Optional[ConstrainedListValue[NetworkInterface]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfaceResponse
Create an instance of NetworkInterfaceResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfaceResponse
Create an instance of NetworkInterfaceResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterface]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.network_interfaces_port_details module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interfaces_port_details.NetworkInterfacesPortDetails(*, name: Optional[StrictStr] = None, interface_type: Optional[StrictStr] = None, rx_los: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxLos]] = None, rx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxPower]] = None, static: Optional[NetworkInterfacePortDetailsStatic] = None, temperature: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTemperature]] = None, tx_bias: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxBias]] = None, tx_fault: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxFault]] = None, tx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxPower]] = None, voltage: Optional[ConstrainedListValue[NetworkInterfacePortDetailsVoltage]] = None)
Bases:
BaseModelNetwork interface SFP details. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacesPortDetails
Create an instance of NetworkInterfacesPortDetails from a dict
- classmethod from_json(json_str: str) NetworkInterfacesPortDetails
Create an instance of NetworkInterfacesPortDetails from a JSON string
- interface_type: Optional[StrictStr]
- name: Optional[StrictStr]
- rx_los: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxLos]]
- rx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxPower]]
- static: Optional[NetworkInterfacePortDetailsStatic]
- temperature: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTemperature]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- tx_bias: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxBias]]
- tx_fault: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxFault]]
- tx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxPower]]
- voltage: Optional[ConstrainedListValue[NetworkInterfacePortDetailsVoltage]]
pypureclient.flasharray.FA_2_41.models.network_interfaces_port_details_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interfaces_port_details_get_response.NetworkInterfacesPortDetailsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) NetworkInterfacesPortDetailsGetResponse
Create an instance of NetworkInterfacesPortDetailsGetResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfacesPortDetailsGetResponse
Create an instance of NetworkInterfacesPortDetailsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.network_interfaces_port_details_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.network_interfaces_port_details_response.NetworkInterfacesPortDetailsResponse(*, items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkInterfacesPortDetailsResponse
Create an instance of NetworkInterfacesPortDetailsResponse from a dict
- classmethod from_json(json_str: str) NetworkInterfacesPortDetailsResponse
Create an instance of NetworkInterfacesPortDetailsResponse from a JSON string
- items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.networkinterfacepatch_eth module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.networkinterfacepatch_eth.NetworkinterfacepatchEth(*, add_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, address: Optional[StrictStr] = None, gateway: Optional[StrictStr] = None, mtu: Optional[StrictInt] = None, netmask: Optional[StrictStr] = None, remove_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, subnet: Optional[ReferenceNoId] = None)
Bases:
BaseModelEthernet network interface properties. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- add_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
- address: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkinterfacepatchEth
Create an instance of NetworkinterfacepatchEth from a dict
- classmethod from_json(json_str: str) NetworkinterfacepatchEth
Create an instance of NetworkinterfacepatchEth from a JSON string
- gateway: Optional[StrictStr]
- mtu: Optional[StrictInt]
- netmask: Optional[StrictStr]
- remove_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
- subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
- subnet: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.networkinterfacepost_eth module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.networkinterfacepost_eth.NetworkinterfacepostEth(*, address: Optional[StrictStr] = None, subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, subnet: Optional[ReferenceNoId] = None, subtype: Optional[StrictStr] = None)
Bases:
BaseModelEthernet network interface properties. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- address: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NetworkinterfacepostEth
Create an instance of NetworkinterfacepostEth from a dict
- classmethod from_json(json_str: str) NetworkinterfacepostEth
Create an instance of NetworkinterfacepostEth from a JSON string
- subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
- subnet: Optional[ReferenceNoId]
- subtype: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.new_name module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.new_name.NewName(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.non_copyable_tag module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.non_copyable_tag.NonCopyableTag(*, key: Optional[StrictStr] = None, namespace: Optional[StrictStr] = None, resource: Optional[FixedReference] = None, value: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) NonCopyableTag
Create an instance of NonCopyableTag from a dict
- classmethod from_json(json_str: str) NonCopyableTag
Create an instance of NonCopyableTag from a JSON string
- key: Optional[StrictStr]
- namespace: Optional[StrictStr]
- resource: Optional[FixedReference]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.oauth210_token_post400_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.oauth210_token_post400_response.Oauth210TokenPost400Response(*, error: Optional[StrictStr] = None, error_description: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- error: Optional[StrictStr]
- error_description: Optional[StrictStr]
- classmethod from_dict(obj: dict) Oauth210TokenPost400Response
Create an instance of Oauth210TokenPost400Response from a dict
- classmethod from_json(json_str: str) Oauth210TokenPost400Response
Create an instance of Oauth210TokenPost400Response from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.oauth210_token_post401_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.oauth210_token_post401_response.Oauth210TokenPost401Response(*, error: Optional[StrictStr] = None, error_description: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- error: Optional[StrictStr]
- error_description: Optional[StrictStr]
- classmethod from_dict(obj: dict) Oauth210TokenPost401Response
Create an instance of Oauth210TokenPost401Response from a dict
- classmethod from_json(json_str: str) Oauth210TokenPost401Response
Create an instance of Oauth210TokenPost401Response from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.oauth_token_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.oauth_token_response.OauthTokenResponse(*, access_token: Optional[StrictStr] = None, expires_in: Optional[StrictInt] = None, issued_token_type: Optional[StrictStr] = None, token_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_token: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- expires_in: Optional[StrictInt]
- classmethod from_dict(obj: dict) OauthTokenResponse
Create an instance of OauthTokenResponse from a dict
- classmethod from_json(json_str: str) OauthTokenResponse
Create an instance of OauthTokenResponse from a JSON string
- issued_token_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- token_type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.offload module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload.Offload(*, azure: Optional[OffloadAzure] = None, google_cloud: Optional[OffloadGoogleCloud] = None, nfs: Optional[OffloadNfs] = None, s3: Optional[OffloadS3] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, protocol: Optional[StrictStr] = None, space: Optional[Space] = None, status: Optional[StrictStr] = None, target_id: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- azure: Optional[OffloadAzure]
- context: Optional[FixedReference]
- google_cloud: Optional[OffloadGoogleCloud]
- name: Optional[StrictStr]
- nfs: Optional[OffloadNfs]
- protocol: Optional[StrictStr]
- status: Optional[StrictStr]
- target_id: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.offload_azure module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_azure.OffloadAzure(*, account_name: Optional[StrictStr] = None, container_name: Optional[StrictStr] = None, profile: Optional[StrictStr] = None, secret_access_key: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- account_name: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- container_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) OffloadAzure
Create an instance of OffloadAzure from a dict
- classmethod from_json(json_str: str) OffloadAzure
Create an instance of OffloadAzure from a JSON string
- profile: Optional[StrictStr]
- secret_access_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.offload_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_get_response.OffloadGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Offload]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[Offload]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) OffloadGetResponse
Create an instance of OffloadGetResponse from a dict
- classmethod from_json(json_str: str) OffloadGetResponse
Create an instance of OffloadGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.offload_google_cloud module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_google_cloud.OffloadGoogleCloud(*, access_key_id: Optional[StrictStr] = None, bucket: Optional[StrictStr] = None, profile: Optional[StrictStr] = None, secret_access_key: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_key_id: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- bucket: Optional[StrictStr]
- classmethod from_dict(obj: dict) OffloadGoogleCloud
Create an instance of OffloadGoogleCloud from a dict
- classmethod from_json(json_str: str) OffloadGoogleCloud
Create an instance of OffloadGoogleCloud from a JSON string
- profile: Optional[StrictStr]
- secret_access_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.offload_nfs module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_nfs.OffloadNfs(*, address: Optional[StrictStr] = None, mount_options: Optional[StrictStr] = None, mount_point: Optional[StrictStr] = None, profile: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- address: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) OffloadNfs
Create an instance of OffloadNfs from a dict
- classmethod from_json(json_str: str) OffloadNfs
Create an instance of OffloadNfs from a JSON string
- mount_options: Optional[StrictStr]
- mount_point: Optional[StrictStr]
- profile: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.offload_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_post.OffloadPost(*, azure: Optional[OffloadAzure] = None, google_cloud: Optional[OffloadGoogleCloud] = None, nfs: Optional[OffloadNfs] = None, s3: Optional[OffloadS3] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- azure: Optional[OffloadAzure]
- classmethod from_dict(obj: dict) OffloadPost
Create an instance of OffloadPost from a dict
- classmethod from_json(json_str: str) OffloadPost
Create an instance of OffloadPost from a JSON string
- google_cloud: Optional[OffloadGoogleCloud]
- nfs: Optional[OffloadNfs]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.offload_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_response.OffloadResponse(*, items: Optional[ConstrainedListValue[Offload]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) OffloadResponse
Create an instance of OffloadResponse from a dict
- classmethod from_json(json_str: str) OffloadResponse
Create an instance of OffloadResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.offload_s3 module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.offload_s3.OffloadS3(*, access_key_id: Optional[StrictStr] = None, auth_region: Optional[StrictStr] = None, bucket: Optional[StrictStr] = None, placement_strategy: Optional[StrictStr] = None, profile: Optional[StrictStr] = None, secret_access_key: Optional[StrictStr] = None, uri: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_key_id: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- auth_region: Optional[StrictStr]
- bucket: Optional[StrictStr]
- placement_strategy: Optional[StrictStr]
- profile: Optional[StrictStr]
- secret_access_key: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uri: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.override_check module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.override_check.OverrideCheck(*, args: Optional[StrictStr] = None, name: Optional[StrictStr] = None, persistent: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- args: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) OverrideCheck
Create an instance of OverrideCheck from a dict
- classmethod from_json(json_str: str) OverrideCheck
Create an instance of OverrideCheck from a JSON string
- name: Optional[StrictStr]
- persistent: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.page_info module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.page_info.PageInfo(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.page_info_without_total_item_count_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.page_info_without_total_item_count_response.PageInfoWithoutTotalItemCountResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) PageInfoWithoutTotalItemCountResponse
Create an instance of PageInfoWithoutTotalItemCountResponse from a dict
- classmethod from_json(json_str: str) PageInfoWithoutTotalItemCountResponse
Create an instance of PageInfoWithoutTotalItemCountResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.performance.Performance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) Performance
Create an instance of Performance from a dict
- classmethod from_json(json_str: str) Performance
Create an instance of Performance from a JSON string
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.pod module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod.Pod(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, array_count: Optional[StrictInt] = None, arrays: Optional[ConstrainedListValue[PodArrayStatus]] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ContainerEradicationConfig] = None, failover_preferences: Optional[ConstrainedListValue[Reference]] = None, footprint: Optional[ConstrainedIntValue] = None, link_source_count: Optional[StrictInt] = None, link_target_count: Optional[StrictInt] = None, mediator: Optional[StrictStr] = None, mediator_version: Optional[StrictStr] = None, members: Optional[ConstrainedListValue[ReferenceWithType]] = None, promotion_status: Optional[StrictStr] = None, quota_limit: Optional[ConstrainedIntValue] = None, requested_promotion_state: Optional[StrictStr] = None, source: Optional[FixedReference] = None, space: Optional[PodSpace] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- array_count: Optional[StrictInt]
- arrays: Optional[ConstrainedListValue[PodArrayStatus]]
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ContainerEradicationConfig]
- footprint: Optional[ConstrainedIntValue]
- id: Optional[StrictStr]
- link_source_count: Optional[StrictInt]
- link_target_count: Optional[StrictInt]
- mediator: Optional[StrictStr]
- mediator_version: Optional[StrictStr]
- members: Optional[ConstrainedListValue[ReferenceWithType]]
- name: Optional[StrictStr]
- promotion_status: Optional[StrictStr]
- quota_limit: Optional[ConstrainedIntValue]
- requested_promotion_state: Optional[StrictStr]
- source: Optional[FixedReference]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_array_status module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_array_status.PodArrayStatus(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, frozen_at: Optional[StrictInt] = None, mediator_status: Optional[StrictStr] = None, member: Optional[ReferenceWithType] = None, pre_elected: Optional[StrictBool] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodArrayStatus
Create an instance of PodArrayStatus from a dict
- classmethod from_json(json_str: str) PodArrayStatus
Create an instance of PodArrayStatus from a JSON string
- frozen_at: Optional[StrictInt]
- id: Optional[StrictStr]
- mediator_status: Optional[StrictStr]
- member: Optional[ReferenceWithType]
- name: Optional[StrictStr]
- pre_elected: Optional[StrictBool]
- progress: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_eradication_config module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_eradication_config.PodEradicationConfig(*, manual_eradication: Optional[StrictStr] = None)
Bases:
BaseModelThe status of the eradication functionality # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodEradicationConfig
Create an instance of PodEradicationConfig from a dict
- classmethod from_json(json_str: str) PodEradicationConfig
Create an instance of PodEradicationConfig from a JSON string
- manual_eradication: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_get_response.PodGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Pod]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[Pod]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodGetResponse
Create an instance of PodGetResponse from a dict
- classmethod from_json(json_str: str) PodGetResponse
Create an instance of PodGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_member.PodMember(*, context: Optional[FixedReference] = None, member: Optional[ReferenceWithType] = None, pod: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- member: Optional[ReferenceWithType]
- pod: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_member_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_member_get_response.PodMemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodMember]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodMemberGetResponse
Create an instance of PodMemberGetResponse from a dict
- classmethod from_json(json_str: str) PodMemberGetResponse
Create an instance of PodMemberGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_member_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_member_response.PodMemberResponse(*, items: Optional[ConstrainedListValue[PodMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodMemberResponse
Create an instance of PodMemberResponse from a dict
- classmethod from_json(json_str: str) PodMemberResponse
Create an instance of PodMemberResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_patch.PodPatch(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, failover_preferences: Optional[ConstrainedListValue[Reference]] = None, ignore_usage: Optional[StrictBool] = None, mediator: Optional[StrictStr] = None, quota_limit: Optional[ConstrainedIntValue] = None, requested_promotion_state: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- id: Optional[StrictStr]
- ignore_usage: Optional[StrictBool]
- mediator: Optional[StrictStr]
- name: Optional[StrictStr]
- quota_limit: Optional[ConstrainedIntValue]
- requested_promotion_state: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance.PodPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, others_per_sec: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) PodPerformance
Create an instance of PodPerformance from a dict
- classmethod from_json(json_str: str) PodPerformance
Create an instance of PodPerformance from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- others_per_sec: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_other_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.pod_performance_by_array module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_by_array.PodPerformanceByArray(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, others_per_sec: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None, array: Optional[Resource] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) PodPerformanceByArray
Create an instance of PodPerformanceByArray from a dict
- classmethod from_json(json_str: str) PodPerformanceByArray
Create an instance of PodPerformanceByArray from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- others_per_sec: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_other_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.pod_performance_by_array_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_by_array_get_response.PodPerformanceByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[PodPerformanceByArray]] = None, total: Optional[ConstrainedListValue[PodPerformanceByArray]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodPerformanceByArrayGetResponse
Create an instance of PodPerformanceByArrayGetResponse from a dict
- classmethod from_json(json_str: str) PodPerformanceByArrayGetResponse
Create an instance of PodPerformanceByArrayGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PodPerformanceByArray]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodPerformanceByArray]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_performance_replication module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_replication.PodPerformanceReplication(*, context: Optional[FixedReference] = None, continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, pod: Optional[FixedReference] = None, resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, time: Optional[StrictInt] = None, total_bytes_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- classmethod from_dict(obj: dict) PodPerformanceReplication
Create an instance of PodPerformanceReplication from a dict
- classmethod from_json(json_str: str) PodPerformanceReplication
Create an instance of PodPerformanceReplication from a JSON string
- periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- pod: Optional[FixedReference]
- resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_bytes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.pod_performance_replication_by_array module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_replication_by_array.PodPerformanceReplicationByArray(*, context: Optional[FixedReference] = None, continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, pod: Optional[FixedReference] = None, resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, time: Optional[StrictInt] = None, total_bytes_per_sec: Optional[ConstrainedIntValue] = None, array: Optional[Resource] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- classmethod from_dict(obj: dict) PodPerformanceReplicationByArray
Create an instance of PodPerformanceReplicationByArray from a dict
- classmethod from_json(json_str: str) PodPerformanceReplicationByArray
Create an instance of PodPerformanceReplicationByArray from a JSON string
- periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- pod: Optional[FixedReference]
- resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_bytes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.pod_performance_replication_by_array_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_replication_by_array_get_response.PodPerformanceReplicationByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodPerformanceReplicationByArrayGetResponse
Create an instance of PodPerformanceReplicationByArrayGetResponse from a dict
- classmethod from_json(json_str: str) PodPerformanceReplicationByArrayGetResponse
Create an instance of PodPerformanceReplicationByArrayGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_performance_replication_by_array_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_replication_by_array_response.PodPerformanceReplicationByArrayResponse(*, items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodPerformanceReplicationByArrayResponse
Create an instance of PodPerformanceReplicationByArrayResponse from a dict
- classmethod from_json(json_str: str) PodPerformanceReplicationByArrayResponse
Create an instance of PodPerformanceReplicationByArrayResponse from a JSON string
- items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
pypureclient.flasharray.FA_2_41.models.pod_performance_replication_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_replication_get_response.PodPerformanceReplicationGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodPerformanceReplication]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplication]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodPerformanceReplicationGetResponse
Create an instance of PodPerformanceReplicationGetResponse from a dict
- classmethod from_json(json_str: str) PodPerformanceReplicationGetResponse
Create an instance of PodPerformanceReplicationGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PodPerformanceReplication]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodPerformanceReplication]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_performance_replication_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_performance_replication_response.PodPerformanceReplicationResponse(*, items: Optional[ConstrainedListValue[PodPerformanceReplication]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplication]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodPerformanceReplicationResponse
Create an instance of PodPerformanceReplicationResponse from a dict
- classmethod from_json(json_str: str) PodPerformanceReplicationResponse
Create an instance of PodPerformanceReplicationResponse from a JSON string
- items: Optional[ConstrainedListValue[PodPerformanceReplication]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodPerformanceReplication]]
pypureclient.flasharray.FA_2_41.models.pod_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_post.PodPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, failover_preferences: Optional[ConstrainedListValue[Reference]] = None, quota_limit: Optional[ConstrainedIntValue] = None, source: Optional[Reference] = None, tags: Optional[ConstrainedListValue[Tag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- quota_limit: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link.PodReplicaLink(*, id: Optional[StrictStr] = None, context: Optional[FixedReference] = None, direction: Optional[StrictStr] = None, lag: Optional[StrictInt] = None, local_pod: Optional[FixedReference] = None, paused: Optional[StrictBool] = None, recovery_point: Optional[StrictInt] = None, remote_pod: Optional[FixedReference] = None, remotes: Optional[ConstrainedListValue[FixedReference]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- direction: Optional[StrictStr]
- classmethod from_dict(obj: dict) PodReplicaLink
Create an instance of PodReplicaLink from a dict
- classmethod from_json(json_str: str) PodReplicaLink
Create an instance of PodReplicaLink from a JSON string
- id: Optional[StrictStr]
- lag: Optional[StrictInt]
- local_pod: Optional[FixedReference]
- paused: Optional[StrictBool]
- recovery_point: Optional[StrictInt]
- remote_pod: Optional[FixedReference]
- remotes: Optional[ConstrainedListValue[FixedReference]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_get_response.PodReplicaLinkGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodReplicaLink]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodReplicaLinkGetResponse
Create an instance of PodReplicaLinkGetResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkGetResponse
Create an instance of PodReplicaLinkGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PodReplicaLink]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_replica_link_lag module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_lag.PodReplicaLinkLag(*, id: Optional[StrictStr] = None, context: Optional[FixedReference] = None, direction: Optional[StrictStr] = None, lag: Optional[ReplicaLinkLag] = None, local_pod: Optional[FixedReference] = None, recovery_point: Optional[StrictInt] = None, remote_pod: Optional[FixedReference] = None, remotes: Optional[ConstrainedListValue[FixedReference]] = None, status: Optional[StrictStr] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- direction: Optional[StrictStr]
- classmethod from_dict(obj: dict) PodReplicaLinkLag
Create an instance of PodReplicaLinkLag from a dict
- classmethod from_json(json_str: str) PodReplicaLinkLag
Create an instance of PodReplicaLinkLag from a JSON string
- id: Optional[StrictStr]
- lag: Optional[ReplicaLinkLag]
- local_pod: Optional[FixedReference]
- recovery_point: Optional[StrictInt]
- remote_pod: Optional[FixedReference]
- remotes: Optional[ConstrainedListValue[FixedReference]]
- status: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_lag_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_lag_get_response.PodReplicaLinkLagGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodReplicaLinkLag]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodReplicaLinkLagGetResponse
Create an instance of PodReplicaLinkLagGetResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkLagGetResponse
Create an instance of PodReplicaLinkLagGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PodReplicaLinkLag]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_replica_link_lag_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_lag_response.PodReplicaLinkLagResponse(*, items: Optional[ConstrainedListValue[PodReplicaLinkLag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodReplicaLinkLagResponse
Create an instance of PodReplicaLinkLagResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkLagResponse
Create an instance of PodReplicaLinkLagResponse from a JSON string
- items: Optional[ConstrainedListValue[PodReplicaLinkLag]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_mapping_policy_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_mapping_policy_get_response.PodReplicaLinkMappingPolicyGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MappingPolicy]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodReplicaLinkMappingPolicyGetResponse
Create an instance of PodReplicaLinkMappingPolicyGetResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkMappingPolicyGetResponse
Create an instance of PodReplicaLinkMappingPolicyGetResponse from a JSON string
- items: Optional[ConstrainedListValue[MappingPolicy]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_replica_link_mapping_policy_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_mapping_policy_response.PodReplicaLinkMappingPolicyResponse(*, items: Optional[ConstrainedListValue[MappingPolicy]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodReplicaLinkMappingPolicyResponse
Create an instance of PodReplicaLinkMappingPolicyResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkMappingPolicyResponse
Create an instance of PodReplicaLinkMappingPolicyResponse from a JSON string
- items: Optional[ConstrainedListValue[MappingPolicy]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_patch.PodReplicaLinkPatch(*, paused: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodReplicaLinkPatch
Create an instance of PodReplicaLinkPatch from a dict
- classmethod from_json(json_str: str) PodReplicaLinkPatch
Create an instance of PodReplicaLinkPatch from a JSON string
- paused: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_performance_replication module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_performance_replication.PodReplicaLinkPerformanceReplication(*, id: Optional[StrictStr] = None, bytes_per_sec_from_remote: Optional[ConstrainedIntValue] = None, bytes_per_sec_to_remote: Optional[ConstrainedIntValue] = None, bytes_per_sec_total: Optional[ConstrainedIntValue] = None, direction: Optional[StrictStr] = None, local_pod: Optional[FixedReference] = None, remote_pod: Optional[FixedReference] = None, remotes: Optional[ConstrainedListValue[FixedReference]] = None, time: Optional[StrictInt] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_sec_from_remote: Optional[ConstrainedIntValue]
- bytes_per_sec_to_remote: Optional[ConstrainedIntValue]
- bytes_per_sec_total: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- direction: Optional[StrictStr]
- classmethod from_dict(obj: dict) PodReplicaLinkPerformanceReplication
Create an instance of PodReplicaLinkPerformanceReplication from a dict
- classmethod from_json(json_str: str) PodReplicaLinkPerformanceReplication
Create an instance of PodReplicaLinkPerformanceReplication from a JSON string
- id: Optional[StrictStr]
- local_pod: Optional[FixedReference]
- remote_pod: Optional[FixedReference]
- remotes: Optional[ConstrainedListValue[FixedReference]]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_performance_replication_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_performance_replication_get_response.PodReplicaLinkPerformanceReplicationGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]] = None, total: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PodReplicaLinkPerformanceReplicationGetResponse
Create an instance of PodReplicaLinkPerformanceReplicationGetResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkPerformanceReplicationGetResponse
Create an instance of PodReplicaLinkPerformanceReplicationGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.pod_replica_link_performance_replication_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_performance_replication_response.PodReplicaLinkPerformanceReplicationResponse(*, items: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]] = None, total: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodReplicaLinkPerformanceReplicationResponse
Create an instance of PodReplicaLinkPerformanceReplicationResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkPerformanceReplicationResponse
Create an instance of PodReplicaLinkPerformanceReplicationResponse from a JSON string
- items: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[PodReplicaLinkPerformanceReplication]]
pypureclient.flasharray.FA_2_41.models.pod_replica_link_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_reference.PodReplicaLinkReference(*, id: Optional[StrictStr] = None, local_pod: Optional[FixedReference] = None, remote_pod: Optional[FixedReference] = None, remotes: Optional[ConstrainedListValue[FixedReference]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodReplicaLinkReference
Create an instance of PodReplicaLinkReference from a dict
- classmethod from_json(json_str: str) PodReplicaLinkReference
Create an instance of PodReplicaLinkReference from a JSON string
- id: Optional[StrictStr]
- local_pod: Optional[FixedReference]
- remote_pod: Optional[FixedReference]
- remotes: Optional[ConstrainedListValue[FixedReference]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_replica_link_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_replica_link_response.PodReplicaLinkResponse(*, items: Optional[ConstrainedListValue[PodReplicaLink]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodReplicaLinkResponse
Create an instance of PodReplicaLinkResponse from a dict
- classmethod from_json(json_str: str) PodReplicaLinkResponse
Create an instance of PodReplicaLinkResponse from a JSON string
- items: Optional[ConstrainedListValue[PodReplicaLink]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_response.PodResponse(*, items: Optional[ConstrainedListValue[Pod]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PodResponse
Create an instance of PodResponse from a dict
- classmethod from_json(json_str: str) PodResponse
Create an instance of PodResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.pod_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.pod_space.PodSpace(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None, replication: Optional[ConstrainedIntValue] = None, replication_effective: Optional[ConstrainedIntValue] = None, shared_effective: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- data_reduction: Optional[Union[StrictFloat, StrictInt]]
- footprint: Optional[ConstrainedIntValue]
- replication: Optional[ConstrainedIntValue]
- replication_effective: Optional[ConstrainedIntValue]
- snapshots: Optional[ConstrainedIntValue]
- system: Optional[ConstrainedIntValue]
- thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_physical: Optional[ConstrainedIntValue]
- total_provisioned: Optional[ConstrainedIntValue]
- total_reduction: Optional[Union[StrictFloat, StrictInt]]
- total_used: Optional[ConstrainedIntValue]
- unique: Optional[ConstrainedIntValue]
- used_provisioned: Optional[ConstrainedIntValue]
- virtual: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.policy module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy.Policy(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enabled: Optional[StrictBool]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- policy_type: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_assignment_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_assignment_post.PolicyAssignmentPost(*, policies: Optional[ConstrainedListValue[PolicyAssignmentPostPolicy]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyAssignmentPost
Create an instance of PolicyAssignmentPost from a dict
- classmethod from_json(json_str: str) PolicyAssignmentPost
Create an instance of PolicyAssignmentPost from a JSON string
- policies: Optional[ConstrainedListValue[PolicyAssignmentPostPolicy]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_assignment_post_policy module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_assignment_post_policy.PolicyAssignmentPostPolicy(*, policy: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyAssignmentPostPolicy
Create an instance of PolicyAssignmentPostPolicy from a dict
- classmethod from_json(json_str: str) PolicyAssignmentPostPolicy
Create an instance of PolicyAssignmentPostPolicy from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_audit_file module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_audit_file.PolicyAuditFile(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, log_targets: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyAuditFile
Create an instance of PolicyAuditFile from a dict
- classmethod from_json(json_str: str) PolicyAuditFile
Create an instance of PolicyAuditFile from a JSON string
- id: Optional[StrictStr]
- log_targets: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
- name: Optional[StrictStr]
- policy_type: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_audit_file_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_audit_file_get_response.PolicyAuditFileGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyAuditFile]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyAuditFileGetResponse
Create an instance of PolicyAuditFileGetResponse from a dict
- classmethod from_json(json_str: str) PolicyAuditFileGetResponse
Create an instance of PolicyAuditFileGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyAuditFile]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_audit_file_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_audit_file_patch.PolicyAuditFilePatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, log_targets: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyAuditFilePatch
Create an instance of PolicyAuditFilePatch from a dict
- classmethod from_json(json_str: str) PolicyAuditFilePatch
Create an instance of PolicyAuditFilePatch from a JSON string
- log_targets: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_audit_file_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_audit_file_post.PolicyAuditFilePost(*, enabled: Optional[StrictBool] = None, log_targets: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyAuditFilePost
Create an instance of PolicyAuditFilePost from a dict
- classmethod from_json(json_str: str) PolicyAuditFilePost
Create an instance of PolicyAuditFilePost from a JSON string
- log_targets: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_audit_file_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_audit_file_response.PolicyAuditFileResponse(*, items: Optional[ConstrainedListValue[PolicyAuditFile]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyAuditFileResponse
Create an instance of PolicyAuditFileResponse from a dict
- classmethod from_json(json_str: str) PolicyAuditFileResponse
Create an instance of PolicyAuditFileResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyAuditFile]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_get_response.PolicyGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Policy]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyGetResponse
Create an instance of PolicyGetResponse from a dict
- classmethod from_json(json_str: str) PolicyGetResponse
Create an instance of PolicyGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_management_access module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_management_access.PolicyManagementAccess(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, aggregation_strategy: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, policy_type: Optional[StrictStr] = None, rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- aggregation_strategy: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyManagementAccess
Create an instance of PolicyManagementAccess from a dict
- classmethod from_json(json_str: str) PolicyManagementAccess
Create an instance of PolicyManagementAccess from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- policy_type: Optional[StrictStr]
- rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_management_access_effective module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_management_access_effective.PolicyManagementAccessEffective(*, details: Optional[StrictStr] = None, rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) PolicyManagementAccessEffective
Create an instance of PolicyManagementAccessEffective from a dict
- classmethod from_json(json_str: str) PolicyManagementAccessEffective
Create an instance of PolicyManagementAccessEffective from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_management_access_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_management_access_get_response.PolicyManagementAccessGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyManagementAccess]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyManagementAccessGetResponse
Create an instance of PolicyManagementAccessGetResponse from a dict
- classmethod from_json(json_str: str) PolicyManagementAccessGetResponse
Create an instance of PolicyManagementAccessGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyManagementAccess]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_management_access_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_management_access_patch.PolicyManagementAccessPatch(*, name: Optional[StrictStr] = None, aggregation_strategy: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- aggregation_strategy: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyManagementAccessPatch
Create an instance of PolicyManagementAccessPatch from a dict
- classmethod from_json(json_str: str) PolicyManagementAccessPatch
Create an instance of PolicyManagementAccessPatch from a JSON string
- name: Optional[StrictStr]
- rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_management_access_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_management_access_post.PolicyManagementAccessPost(*, enabled: Optional[StrictBool] = None, aggregation_strategy: Optional[StrictStr] = None, rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- aggregation_strategy: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyManagementAccessPost
Create an instance of PolicyManagementAccessPost from a dict
- classmethod from_json(json_str: str) PolicyManagementAccessPost
Create an instance of PolicyManagementAccessPost from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulemanagementaccessRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_management_access_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_management_access_response.PolicyManagementAccessResponse(*, items: Optional[ConstrainedListValue[PolicyManagementAccess]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyManagementAccessResponse
Create an instance of PolicyManagementAccessResponse from a dict
- classmethod from_json(json_str: str) PolicyManagementAccessResponse
Create an instance of PolicyManagementAccessResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyManagementAccess]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member.PolicyMember(*, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyMember
Create an instance of PolicyMember from a dict
- classmethod from_json(json_str: str) PolicyMember
Create an instance of PolicyMember from a JSON string
- member: Optional[FixedReferenceWithType]
- policy: Optional[FixedReferenceWithType]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_clean module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_clean.PolicyMemberClean(*, context: Optional[FixedReference] = None, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) PolicyMemberClean
Create an instance of PolicyMemberClean from a dict
- classmethod from_json(json_str: str) PolicyMemberClean
Create an instance of PolicyMemberClean from a JSON string
- member: Optional[FixedReferenceWithType]
- policy: Optional[FixedReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_clean_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_clean_get_response.PolicyMemberCleanGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyMemberClean]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyMemberCleanGetResponse
Create an instance of PolicyMemberCleanGetResponse from a dict
- classmethod from_json(json_str: str) PolicyMemberCleanGetResponse
Create an instance of PolicyMemberCleanGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyMemberClean]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_member_clean_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_clean_response.PolicyMemberCleanResponse(*, items: Optional[ConstrainedListValue[PolicyMemberClean]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyMemberCleanResponse
Create an instance of PolicyMemberCleanResponse from a dict
- classmethod from_json(json_str: str) PolicyMemberCleanResponse
Create an instance of PolicyMemberCleanResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyMemberClean]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_export module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_export.PolicyMemberExport(*, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None, time_remaining: Optional[StrictInt] = None, export_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) PolicyMemberExport
Create an instance of PolicyMemberExport from a dict
- classmethod from_json(json_str: str) PolicyMemberExport
Create an instance of PolicyMemberExport from a JSON string
- member: Optional[FixedReferenceWithType]
- policy: Optional[FixedReferenceWithType]
- status: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_export_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_export_get_response.PolicyMemberExportGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyMemberExport]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyMemberExportGetResponse
Create an instance of PolicyMemberExportGetResponse from a dict
- classmethod from_json(json_str: str) PolicyMemberExportGetResponse
Create an instance of PolicyMemberExportGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyMemberExport]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_member_export_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_export_post.PolicyMemberExportPost(*, members: Optional[ConstrainedListValue[PolicymemberexportpostMembers]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyMemberExportPost
Create an instance of PolicyMemberExportPost from a dict
- classmethod from_json(json_str: str) PolicyMemberExportPost
Create an instance of PolicyMemberExportPost from a JSON string
- members: Optional[ConstrainedListValue[PolicymemberexportpostMembers]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_export_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_export_response.PolicyMemberExportResponse(*, items: Optional[ConstrainedListValue[PolicyMemberExport]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyMemberExportResponse
Create an instance of PolicyMemberExportResponse from a dict
- classmethod from_json(json_str: str) PolicyMemberExportResponse
Create an instance of PolicyMemberExportResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyMemberExport]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_get_response.PolicyMemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyMember]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyMemberGetResponse
Create an instance of PolicyMemberGetResponse from a dict
- classmethod from_json(json_str: str) PolicyMemberGetResponse
Create an instance of PolicyMemberGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyMember]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_member_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_post.PolicyMemberPost(*, members: Optional[ConstrainedListValue[PolicymemberpostMembers]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyMemberPost
Create an instance of PolicyMemberPost from a dict
- classmethod from_json(json_str: str) PolicyMemberPost
Create an instance of PolicyMemberPost from a JSON string
- members: Optional[ConstrainedListValue[PolicymemberpostMembers]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_member_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_member_response.PolicyMemberResponse(*, items: Optional[ConstrainedListValue[PolicyMember]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyMemberResponse
Create an instance of PolicyMemberResponse from a dict
- classmethod from_json(json_str: str) PolicyMemberResponse
Create an instance of PolicyMemberResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyMember]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_nfs module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_nfs.PolicyNfs(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, policy_mapping: Optional[PolicyNfsPolicyMapping] = None, security: Optional[ConstrainedListValue[StrictStr]] = None, user_mapping_enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enabled: Optional[StrictBool]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- nfs_version: Optional[ConstrainedListValue[StrictStr]]
- policy_mapping: Optional[PolicyNfsPolicyMapping]
- policy_type: Optional[StrictStr]
- security: Optional[ConstrainedListValue[StrictStr]]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user_mapping_enabled: Optional[StrictBool]
pypureclient.flasharray.FA_2_41.models.policy_nfs_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_nfs_get_response.PolicyNfsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyNfs]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyNfsGetResponse
Create an instance of PolicyNfsGetResponse from a dict
- classmethod from_json(json_str: str) PolicyNfsGetResponse
Create an instance of PolicyNfsGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_nfs_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_nfs_patch.PolicyNfsPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, security: Optional[ConstrainedListValue[StrictStr]] = None, user_mapping_enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyNfsPatch
Create an instance of PolicyNfsPatch from a dict
- classmethod from_json(json_str: str) PolicyNfsPatch
Create an instance of PolicyNfsPatch from a JSON string
- name: Optional[StrictStr]
- nfs_version: Optional[ConstrainedListValue[StrictStr]]
- security: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user_mapping_enabled: Optional[StrictBool]
pypureclient.flasharray.FA_2_41.models.policy_nfs_policy_mapping module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_nfs_policy_mapping.PolicyNfsPolicyMapping(*, mapping: Optional[StrictStr] = None, remote_policy: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyNfsPolicyMapping
Create an instance of PolicyNfsPolicyMapping from a dict
- classmethod from_json(json_str: str) PolicyNfsPolicyMapping
Create an instance of PolicyNfsPolicyMapping from a JSON string
- mapping: Optional[StrictStr]
- remote_policy: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_nfs_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_nfs_post.PolicyNfsPost(*, enabled: Optional[StrictBool] = None, policy_mapping: Optional[PolicynfspostPolicyMapping] = None, user_mapping_enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyNfsPost
Create an instance of PolicyNfsPost from a dict
- classmethod from_json(json_str: str) PolicyNfsPost
Create an instance of PolicyNfsPost from a JSON string
- policy_mapping: Optional[PolicynfspostPolicyMapping]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user_mapping_enabled: Optional[StrictBool]
pypureclient.flasharray.FA_2_41.models.policy_nfs_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_nfs_response.PolicyNfsResponse(*, items: Optional[ConstrainedListValue[PolicyNfs]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyNfsResponse
Create an instance of PolicyNfsResponse from a dict
- classmethod from_json(json_str: str) PolicyNfsResponse
Create an instance of PolicyNfsResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_password module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_password.PolicyPassword(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, enabled: Optional[StrictBool] = None, enforce_dictionary_check: Optional[StrictBool] = None, enforce_username_check: Optional[StrictBool] = None, lockout_duration: Optional[ConstrainedIntValue] = None, max_login_attempts: Optional[ConstrainedIntValue] = None, max_password_age: Optional[ConstrainedIntValue] = None, min_character_groups: Optional[ConstrainedIntValue] = None, min_characters_per_group: Optional[ConstrainedIntValue] = None, min_password_age: Optional[ConstrainedIntValue] = None, min_password_length: Optional[ConstrainedIntValue] = None, password_history: Optional[ConstrainedIntValue] = None, policy_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- enabled: Optional[StrictBool]
- enforce_dictionary_check: Optional[StrictBool]
- enforce_username_check: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyPassword
Create an instance of PolicyPassword from a dict
- classmethod from_json(json_str: str) PolicyPassword
Create an instance of PolicyPassword from a JSON string
- id: Optional[StrictStr]
- lockout_duration: Optional[ConstrainedIntValue]
- max_login_attempts: Optional[ConstrainedIntValue]
- max_password_age: Optional[ConstrainedIntValue]
- min_character_groups: Optional[ConstrainedIntValue]
- min_characters_per_group: Optional[ConstrainedIntValue]
- min_password_age: Optional[ConstrainedIntValue]
- min_password_length: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- password_history: Optional[ConstrainedIntValue]
- policy_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_password_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_password_get_response.PolicyPasswordGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyPassword]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyPasswordGetResponse
Create an instance of PolicyPasswordGetResponse from a dict
- classmethod from_json(json_str: str) PolicyPasswordGetResponse
Create an instance of PolicyPasswordGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyPassword]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_password_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_password_response.PolicyPasswordResponse(*, items: Optional[ConstrainedListValue[PolicyPassword]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyPasswordResponse
Create an instance of PolicyPasswordResponse from a dict
- classmethod from_json(json_str: str) PolicyPasswordResponse
Create an instance of PolicyPasswordResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyPassword]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_patch.PolicyPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyPatch
Create an instance of PolicyPatch from a dict
- classmethod from_json(json_str: str) PolicyPatch
Create an instance of PolicyPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_post.PolicyPost(*, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyPost
Create an instance of PolicyPost from a dict
- classmethod from_json(json_str: str) PolicyPost
Create an instance of PolicyPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_response.PolicyResponse(*, items: Optional[ConstrainedListValue[Policy]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyResponse
Create an instance of PolicyResponse from a dict
- classmethod from_json(json_str: str) PolicyResponse
Create an instance of PolicyResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher.PolicyRuleAlertWatcher(*, context: Optional[FixedReference] = None, email: Optional[StrictStr] = None, excluded_codes: Optional[ConstrainedListValue[StrictInt]] = None, included_codes: Optional[ConstrainedListValue[StrictInt]] = None, minimum_notification_severity: Optional[StrictStr] = None, name: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- email: Optional[StrictStr]
- excluded_codes: Optional[ConstrainedListValue[StrictInt]]
- classmethod from_dict(obj: dict) PolicyRuleAlertWatcher
Create an instance of PolicyRuleAlertWatcher from a dict
- classmethod from_json(json_str: str) PolicyRuleAlertWatcher
Create an instance of PolicyRuleAlertWatcher from a JSON string
- included_codes: Optional[ConstrainedListValue[StrictInt]]
- minimum_notification_severity: Optional[StrictStr]
- name: Optional[StrictStr]
- policy: Optional[FixedReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_get_response.PolicyRuleAlertWatcherGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyRuleAlertWatcherGetResponse
Create an instance of PolicyRuleAlertWatcherGetResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleAlertWatcherGetResponse
Create an instance of PolicyRuleAlertWatcherGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_patch.PolicyRuleAlertWatcherPatch(*, rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpatchRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleAlertWatcherPatch
Create an instance of PolicyRuleAlertWatcherPatch from a dict
- classmethod from_json(json_str: str) PolicyRuleAlertWatcherPatch
Create an instance of PolicyRuleAlertWatcherPatch from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpatchRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_post.PolicyRuleAlertWatcherPost(*, rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpostRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleAlertWatcherPost
Create an instance of PolicyRuleAlertWatcherPost from a dict
- classmethod from_json(json_str: str) PolicyRuleAlertWatcherPost
Create an instance of PolicyRuleAlertWatcherPost from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpostRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_alert_watcher_response.PolicyRuleAlertWatcherResponse(*, items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleAlertWatcherResponse
Create an instance of PolicyRuleAlertWatcherResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleAlertWatcherResponse
Create an instance of PolicyRuleAlertWatcherResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client.PolicyRuleNfsClient(*, context: Optional[FixedReference] = None, access: Optional[StrictStr] = None, anongid: Optional[StrictStr] = None, anonuid: Optional[StrictStr] = None, client: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, permission: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, security: Optional[ConstrainedListValue[StrictStr]] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access: Optional[StrictStr]
- anongid: Optional[StrictStr]
- anonuid: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- client: Optional[StrictStr]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyRuleNfsClient
Create an instance of PolicyRuleNfsClient from a dict
- classmethod from_json(json_str: str) PolicyRuleNfsClient
Create an instance of PolicyRuleNfsClient from a JSON string
- name: Optional[StrictStr]
- nfs_version: Optional[ConstrainedListValue[StrictStr]]
- permission: Optional[StrictStr]
- policy: Optional[FixedReferenceWithType]
- security: Optional[ConstrainedListValue[StrictStr]]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client_get_response.PolicyRuleNfsClientGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleNfsClient]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyRuleNfsClientGetResponse
Create an instance of PolicyRuleNfsClientGetResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleNfsClientGetResponse
Create an instance of PolicyRuleNfsClientGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleNfsClient]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client_post.PolicyRuleNfsClientPost(*, rules: Optional[ConstrainedListValue[PolicyrulenfsclientpostRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleNfsClientPost
Create an instance of PolicyRuleNfsClientPost from a dict
- classmethod from_json(json_str: str) PolicyRuleNfsClientPost
Create an instance of PolicyRuleNfsClientPost from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulenfsclientpostRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_nfs_client_response.PolicyRuleNfsClientResponse(*, items: Optional[ConstrainedListValue[PolicyRuleNfsClient]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleNfsClientResponse
Create an instance of PolicyRuleNfsClientResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleNfsClientResponse
Create an instance of PolicyRuleNfsClientResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleNfsClient]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_quota module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_quota.PolicyRuleQuota(*, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enforced: Optional[StrictBool] = None, name: Optional[StrictStr] = None, notifications: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, quota_limit: Optional[StrictInt] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enforced: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyRuleQuota
Create an instance of PolicyRuleQuota from a dict
- classmethod from_json(json_str: str) PolicyRuleQuota
Create an instance of PolicyRuleQuota from a JSON string
- name: Optional[StrictStr]
- notifications: Optional[StrictStr]
- policy: Optional[FixedReferenceWithType]
- quota_limit: Optional[StrictInt]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_quota_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_quota_get_response.PolicyRuleQuotaGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleQuota]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyRuleQuotaGetResponse
Create an instance of PolicyRuleQuotaGetResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleQuotaGetResponse
Create an instance of PolicyRuleQuotaGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleQuota]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_rule_quota_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_quota_patch.PolicyRuleQuotaPatch(*, rules: Optional[ConstrainedListValue[PolicyrulequotapatchRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleQuotaPatch
Create an instance of PolicyRuleQuotaPatch from a dict
- classmethod from_json(json_str: str) PolicyRuleQuotaPatch
Create an instance of PolicyRuleQuotaPatch from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulequotapatchRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_quota_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_quota_post.PolicyRuleQuotaPost(*, rules: Optional[ConstrainedListValue[PolicyrulequotapostRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleQuotaPost
Create an instance of PolicyRuleQuotaPost from a dict
- classmethod from_json(json_str: str) PolicyRuleQuotaPost
Create an instance of PolicyRuleQuotaPost from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulequotapostRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_quota_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_quota_response.PolicyRuleQuotaResponse(*, items: Optional[ConstrainedListValue[PolicyRuleQuota]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleQuotaResponse
Create an instance of PolicyRuleQuotaResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleQuotaResponse
Create an instance of PolicyRuleQuotaResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleQuota]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client.PolicyRuleSmbClient(*, context: Optional[FixedReference] = None, anonymous_access_allowed: Optional[StrictBool] = None, client: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, smb_encryption_required: Optional[StrictBool] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- anonymous_access_allowed: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- client: Optional[StrictStr]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyRuleSmbClient
Create an instance of PolicyRuleSmbClient from a dict
- classmethod from_json(json_str: str) PolicyRuleSmbClient
Create an instance of PolicyRuleSmbClient from a JSON string
- name: Optional[StrictStr]
- policy: Optional[FixedReferenceWithType]
- smb_encryption_required: Optional[StrictBool]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client_get_response.PolicyRuleSmbClientGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleSmbClient]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyRuleSmbClientGetResponse
Create an instance of PolicyRuleSmbClientGetResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleSmbClientGetResponse
Create an instance of PolicyRuleSmbClientGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleSmbClient]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client_post.PolicyRuleSmbClientPost(*, rules: Optional[ConstrainedListValue[PolicyrulesmbclientpostRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleSmbClientPost
Create an instance of PolicyRuleSmbClientPost from a dict
- classmethod from_json(json_str: str) PolicyRuleSmbClientPost
Create an instance of PolicyRuleSmbClientPost from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulesmbclientpostRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_smb_client_response.PolicyRuleSmbClientResponse(*, items: Optional[ConstrainedListValue[PolicyRuleSmbClient]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleSmbClientResponse
Create an instance of PolicyRuleSmbClientResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleSmbClientResponse
Create an instance of PolicyRuleSmbClientResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleSmbClient]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot.PolicyRuleSnapshot(*, context: Optional[FixedReference] = None, at: Optional[StrictInt] = None, client_name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, every: Optional[StrictInt] = None, keep_for: Optional[StrictInt] = None, name: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- at: Optional[StrictInt]
- client_name: Optional[StrictStr]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- every: Optional[StrictInt]
- classmethod from_dict(obj: dict) PolicyRuleSnapshot
Create an instance of PolicyRuleSnapshot from a dict
- classmethod from_json(json_str: str) PolicyRuleSnapshot
Create an instance of PolicyRuleSnapshot from a JSON string
- keep_for: Optional[StrictInt]
- name: Optional[StrictStr]
- policy: Optional[FixedReferenceWithType]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot_get_response.PolicyRuleSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleSnapshot]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicyRuleSnapshotGetResponse
Create an instance of PolicyRuleSnapshotGetResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleSnapshotGetResponse
Create an instance of PolicyRuleSnapshotGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleSnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot_post.PolicyRuleSnapshotPost(*, rules: Optional[ConstrainedListValue[PolicyrulesnapshotpostRules]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleSnapshotPost
Create an instance of PolicyRuleSnapshotPost from a dict
- classmethod from_json(json_str: str) PolicyRuleSnapshotPost
Create an instance of PolicyRuleSnapshotPost from a JSON string
- rules: Optional[ConstrainedListValue[PolicyrulesnapshotpostRules]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_rule_snapshot_response.PolicyRuleSnapshotResponse(*, items: Optional[ConstrainedListValue[PolicyRuleSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyRuleSnapshotResponse
Create an instance of PolicyRuleSnapshotResponse from a dict
- classmethod from_json(json_str: str) PolicyRuleSnapshotResponse
Create an instance of PolicyRuleSnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[PolicyRuleSnapshot]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_smb module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_smb.PolicySmb(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, access_based_enumeration_enabled: Optional[StrictBool] = None, policy_mapping: Optional[PolicyNfsPolicyMapping] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_based_enumeration_enabled: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- enabled: Optional[StrictBool]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- policy_mapping: Optional[PolicyNfsPolicyMapping]
- policy_type: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_smb_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_smb_get_response.PolicySmbGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicySmb]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PolicySmbGetResponse
Create an instance of PolicySmbGetResponse from a dict
- classmethod from_json(json_str: str) PolicySmbGetResponse
Create an instance of PolicySmbGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.policy_smb_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_smb_patch.PolicySmbPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, access_based_enumeration_enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_based_enumeration_enabled: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicySmbPatch
Create an instance of PolicySmbPatch from a dict
- classmethod from_json(json_str: str) PolicySmbPatch
Create an instance of PolicySmbPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_smb_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_smb_post.PolicySmbPost(*, enabled: Optional[StrictBool] = None, access_based_enumeration_enabled: Optional[StrictBool] = None, policy_mapping: Optional[PolicynfspostPolicyMapping] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_based_enumeration_enabled: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicySmbPost
Create an instance of PolicySmbPost from a dict
- classmethod from_json(json_str: str) PolicySmbPost
Create an instance of PolicySmbPost from a JSON string
- policy_mapping: Optional[PolicynfspostPolicyMapping]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policy_smb_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policy_smb_response.PolicySmbResponse(*, items: Optional[ConstrainedListValue[PolicySmb]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicySmbResponse
Create an instance of PolicySmbResponse from a dict
- classmethod from_json(json_str: str) PolicySmbResponse
Create an instance of PolicySmbResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policymemberexportpost_members module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policymemberexportpost_members.PolicymemberexportpostMembers(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, member: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- export_enabled: Optional[StrictBool]
- export_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) PolicymemberexportpostMembers
Create an instance of PolicymemberexportpostMembers from a dict
- classmethod from_json(json_str: str) PolicymemberexportpostMembers
Create an instance of PolicymemberexportpostMembers from a JSON string
- member: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policymemberpost_members module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policymemberpost_members.PolicymemberpostMembers(*, member: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicymemberpostMembers
Create an instance of PolicymemberpostMembers from a dict
- classmethod from_json(json_str: str) PolicymemberpostMembers
Create an instance of PolicymemberpostMembers from a JSON string
- member: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policynfspost_policy_mapping module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policynfspost_policy_mapping.PolicynfspostPolicyMapping(*, mapping: Optional[StrictStr] = None)
Bases:
BaseModelIf set specifies the initial mapping of the policy upon its creation across a pod replica link. Policy being created must be in a source pod of a replica-link. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicynfspostPolicyMapping
Create an instance of PolicynfspostPolicyMapping from a dict
- classmethod from_json(json_str: str) PolicynfspostPolicyMapping
Create an instance of PolicynfspostPolicyMapping from a JSON string
- mapping: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulealertwatcherpatch_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulealertwatcherpatch_rules.PolicyrulealertwatcherpatchRules(*, email: Optional[StrictStr] = None, excluded_codes: Optional[ConstrainedListValue[StrictInt]] = None, included_codes: Optional[ConstrainedListValue[StrictInt]] = None, minimum_notification_severity: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- email: Optional[StrictStr]
- excluded_codes: Optional[ConstrainedListValue[StrictInt]]
- classmethod from_dict(obj: dict) PolicyrulealertwatcherpatchRules
Create an instance of PolicyrulealertwatcherpatchRules from a dict
- classmethod from_json(json_str: str) PolicyrulealertwatcherpatchRules
Create an instance of PolicyrulealertwatcherpatchRules from a JSON string
- included_codes: Optional[ConstrainedListValue[StrictInt]]
- minimum_notification_severity: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulealertwatcherpost_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulealertwatcherpost_rules.PolicyrulealertwatcherpostRules(*, email: Optional[StrictStr] = None, excluded_codes: Optional[ConstrainedListValue[StrictInt]] = None, included_codes: Optional[ConstrainedListValue[StrictInt]] = None, minimum_notification_severity: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- email: Optional[StrictStr]
- excluded_codes: Optional[ConstrainedListValue[StrictInt]]
- classmethod from_dict(obj: dict) PolicyrulealertwatcherpostRules
Create an instance of PolicyrulealertwatcherpostRules from a dict
- classmethod from_json(json_str: str) PolicyrulealertwatcherpostRules
Create an instance of PolicyrulealertwatcherpostRules from a JSON string
- included_codes: Optional[ConstrainedListValue[StrictInt]]
- minimum_notification_severity: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulemanagementaccess_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulemanagementaccess_rules.PolicyrulemanagementaccessRules(*, role: Optional[ReferenceNoId] = None, scope: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PolicyrulemanagementaccessRules
Create an instance of PolicyrulemanagementaccessRules from a dict
- classmethod from_json(json_str: str) PolicyrulemanagementaccessRules
Create an instance of PolicyrulemanagementaccessRules from a JSON string
- role: Optional[ReferenceNoId]
- scope: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulenfsclientpost_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulenfsclientpost_rules.PolicyrulenfsclientpostRules(*, access: Optional[StrictStr] = None, anongid: Optional[StrictStr] = None, anonuid: Optional[StrictStr] = None, client: Optional[StrictStr] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, permission: Optional[StrictStr] = None, security: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access: Optional[StrictStr]
- anongid: Optional[StrictStr]
- anonuid: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- client: Optional[StrictStr]
- classmethod from_dict(obj: dict) PolicyrulenfsclientpostRules
Create an instance of PolicyrulenfsclientpostRules from a dict
- classmethod from_json(json_str: str) PolicyrulenfsclientpostRules
Create an instance of PolicyrulenfsclientpostRules from a JSON string
- nfs_version: Optional[ConstrainedListValue[StrictStr]]
- permission: Optional[StrictStr]
- security: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulequotapatch_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulequotapatch_rules.PolicyrulequotapatchRules(*, enforced: Optional[StrictBool] = None, notifications: Optional[StrictStr] = None, quota_limit: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enforced: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyrulequotapatchRules
Create an instance of PolicyrulequotapatchRules from a dict
- classmethod from_json(json_str: str) PolicyrulequotapatchRules
Create an instance of PolicyrulequotapatchRules from a JSON string
- notifications: Optional[StrictStr]
- quota_limit: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulequotapost_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulequotapost_rules.PolicyrulequotapostRules(*, enforced: Optional[StrictBool] = None, notifications: Optional[StrictStr] = None, quota_limit: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enforced: Optional[StrictBool]
- classmethod from_dict(obj: dict) PolicyrulequotapostRules
Create an instance of PolicyrulequotapostRules from a dict
- classmethod from_json(json_str: str) PolicyrulequotapostRules
Create an instance of PolicyrulequotapostRules from a JSON string
- notifications: Optional[StrictStr]
- quota_limit: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulesmbclientpost_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulesmbclientpost_rules.PolicyrulesmbclientpostRules(*, anonymous_access_allowed: Optional[StrictBool] = None, client: Optional[StrictStr] = None, smb_encryption_required: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- anonymous_access_allowed: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- client: Optional[StrictStr]
- classmethod from_dict(obj: dict) PolicyrulesmbclientpostRules
Create an instance of PolicyrulesmbclientpostRules from a dict
- classmethod from_json(json_str: str) PolicyrulesmbclientpostRules
Create an instance of PolicyrulesmbclientpostRules from a JSON string
- smb_encryption_required: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.policyrulesnapshotpost_rules module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.policyrulesnapshotpost_rules.PolicyrulesnapshotpostRules(*, at: Optional[StrictInt] = None, client_name: Optional[StrictStr] = None, every: Optional[StrictInt] = None, keep_for: Optional[StrictInt] = None, suffix: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- at: Optional[StrictInt]
- client_name: Optional[StrictStr]
- every: Optional[StrictInt]
- classmethod from_dict(obj: dict) PolicyrulesnapshotpostRules
Create an instance of PolicyrulesnapshotpostRules from a dict
- classmethod from_json(json_str: str) PolicyrulesnapshotpostRules
Create an instance of PolicyrulesnapshotpostRules from a JSON string
- keep_for: Optional[StrictInt]
- suffix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.port module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.port.Port(*, name: Optional[StrictStr] = None, iqn: Optional[StrictStr] = None, nqn: Optional[StrictStr] = None, portal: Optional[StrictStr] = None, wwn: Optional[StrictStr] = None, failover: Optional[StrictStr] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- failover: Optional[StrictStr]
- iqn: Optional[StrictStr]
- name: Optional[StrictStr]
- nqn: Optional[StrictStr]
- portal: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wwn: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.port_common module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.port_common.PortCommon(*, iqn: Optional[StrictStr] = None, nqn: Optional[StrictStr] = None, portal: Optional[StrictStr] = None, wwn: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PortCommon
Create an instance of PortCommon from a dict
- classmethod from_json(json_str: str) PortCommon
Create an instance of PortCommon from a JSON string
- iqn: Optional[StrictStr]
- nqn: Optional[StrictStr]
- portal: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wwn: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.port_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.port_get_response.PortGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[Port]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PortGetResponse
Create an instance of PortGetResponse from a dict
- classmethod from_json(json_str: str) PortGetResponse
Create an instance of PortGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.port_initiator module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.port_initiator.PortInitiator(*, context: Optional[FixedReference] = None, initiator: Optional[PortCommon] = None, target: Optional[PortInitiatorTarget] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) PortInitiator
Create an instance of PortInitiator from a dict
- classmethod from_json(json_str: str) PortInitiator
Create an instance of PortInitiator from a JSON string
- initiator: Optional[PortCommon]
- target: Optional[PortInitiatorTarget]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.port_initiator_target module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.port_initiator_target.PortInitiatorTarget(*, name: Optional[StrictStr] = None, iqn: Optional[StrictStr] = None, nqn: Optional[StrictStr] = None, portal: Optional[StrictStr] = None, wwn: Optional[StrictStr] = None, failover: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- failover: Optional[StrictStr]
- classmethod from_dict(obj: dict) PortInitiatorTarget
Create an instance of PortInitiatorTarget from a dict
- classmethod from_json(json_str: str) PortInitiatorTarget
Create an instance of PortInitiatorTarget from a JSON string
- iqn: Optional[StrictStr]
- name: Optional[StrictStr]
- nqn: Optional[StrictStr]
- portal: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wwn: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.port_initiators_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.port_initiators_get_response.PortInitiatorsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[PortInitiator]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PortInitiatorsGetResponse
Create an instance of PortInitiatorsGetResponse from a dict
- classmethod from_json(json_str: str) PortInitiatorsGetResponse
Create an instance of PortInitiatorsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PortInitiator]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.preset_workload module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload.PresetWorkload(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, description: Optional[StrictStr] = None, parameters: Optional[ConstrainedListValue[PresetWorkloadParameter]] = None, periodic_replication_configurations: Optional[ConstrainedListValue[PresetWorkloadPeriodicReplicationConfiguration]] = None, placement_configurations: ConstrainedListValue[PresetWorkloadPlacementConfiguration], qos_configurations: Optional[ConstrainedListValue[PresetWorkloadQosConfiguration]] = None, revision: Optional[StrictInt] = None, snapshot_configurations: Optional[ConstrainedListValue[PresetWorkloadSnapshotConfiguration]] = None, volume_configurations: ConstrainedListValue[PresetWorkloadVolumeConfiguration], workload_tags: Optional[ConstrainedListValue[PresetWorkloadWorkloadTag]] = None, workload_type: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- description: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkload
Create an instance of PresetWorkload from a dict
- classmethod from_json(json_str: str) PresetWorkload
Create an instance of PresetWorkload from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- parameters: Optional[ConstrainedListValue[PresetWorkloadParameter]]
- periodic_replication_configurations: Optional[ConstrainedListValue[PresetWorkloadPeriodicReplicationConfiguration]]
- placement_configurations: ConstrainedListValue[PresetWorkloadPlacementConfiguration]
- qos_configurations: Optional[ConstrainedListValue[PresetWorkloadQosConfiguration]]
- revision: Optional[StrictInt]
- snapshot_configurations: Optional[ConstrainedListValue[PresetWorkloadSnapshotConfiguration]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_configurations: ConstrainedListValue[PresetWorkloadVolumeConfiguration]
- workload_tags: Optional[ConstrainedListValue[PresetWorkloadWorkloadTag]]
- workload_type: StrictStr
pypureclient.flasharray.FA_2_41.models.preset_workload_base module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_base.PresetWorkloadBase(*, description: Optional[StrictStr] = None, parameters: Optional[ConstrainedListValue[PresetWorkloadParameter]] = None, periodic_replication_configurations: Optional[ConstrainedListValue[PresetWorkloadPeriodicReplicationConfiguration]] = None, placement_configurations: ConstrainedListValue[PresetWorkloadPlacementConfiguration], qos_configurations: Optional[ConstrainedListValue[PresetWorkloadQosConfiguration]] = None, revision: Optional[StrictInt] = None, snapshot_configurations: Optional[ConstrainedListValue[PresetWorkloadSnapshotConfiguration]] = None, volume_configurations: ConstrainedListValue[PresetWorkloadVolumeConfiguration], workload_tags: Optional[ConstrainedListValue[PresetWorkloadWorkloadTag]] = None, workload_type: StrictStr)
Bases:
BaseModelWorkload presets are reusable templates that provision workloads. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkloadBase
Create an instance of PresetWorkloadBase from a dict
- classmethod from_json(json_str: str) PresetWorkloadBase
Create an instance of PresetWorkloadBase from a JSON string
- parameters: Optional[ConstrainedListValue[PresetWorkloadParameter]]
- periodic_replication_configurations: Optional[ConstrainedListValue[PresetWorkloadPeriodicReplicationConfiguration]]
- placement_configurations: ConstrainedListValue[PresetWorkloadPlacementConfiguration]
- qos_configurations: Optional[ConstrainedListValue[PresetWorkloadQosConfiguration]]
- revision: Optional[StrictInt]
- snapshot_configurations: Optional[ConstrainedListValue[PresetWorkloadSnapshotConfiguration]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_configurations: ConstrainedListValue[PresetWorkloadVolumeConfiguration]
- workload_tags: Optional[ConstrainedListValue[PresetWorkloadWorkloadTag]]
- workload_type: StrictStr
pypureclient.flasharray.FA_2_41.models.preset_workload_constraints module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_constraints.PresetWorkloadConstraints(*, boolean: Optional[PresetWorkloadConstraintsBoolean] = None, integer: Optional[PresetWorkloadConstraintsInteger] = None, resource_reference: Optional[PresetWorkloadConstraintsResourceReference] = None, string: Optional[PresetWorkloadConstraintsString] = None)
Bases:
BaseModelConstraints to apply to the parameter. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- boolean: Optional[PresetWorkloadConstraintsBoolean]
- classmethod from_dict(obj: dict) PresetWorkloadConstraints
Create an instance of PresetWorkloadConstraints from a dict
- classmethod from_json(json_str: str) PresetWorkloadConstraints
Create an instance of PresetWorkloadConstraints from a JSON string
- integer: Optional[PresetWorkloadConstraintsInteger]
- resource_reference: Optional[PresetWorkloadConstraintsResourceReference]
- string: Optional[PresetWorkloadConstraintsString]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_boolean module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_boolean.PresetWorkloadConstraintsBoolean(*, default: Optional[StrictBool] = None)
Bases:
BaseModelConstraints to apply to boolean parameters. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- default: Optional[StrictBool]
- classmethod from_dict(obj: dict) PresetWorkloadConstraintsBoolean
Create an instance of PresetWorkloadConstraintsBoolean from a dict
- classmethod from_json(json_str: str) PresetWorkloadConstraintsBoolean
Create an instance of PresetWorkloadConstraintsBoolean from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_integer module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_integer.PresetWorkloadConstraintsInteger(*, allowed_values: Optional[ConstrainedListValue[StrictInt]] = None, default: Optional[StrictInt] = None, maximum: Optional[StrictInt] = None, minimum: Optional[StrictInt] = None)
Bases:
BaseModelConstraints to apply to integer parameters. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed_values: Optional[ConstrainedListValue[StrictInt]]
- as_request_dict() Dict[str, Any]
- default: Optional[StrictInt]
- classmethod from_dict(obj: dict) PresetWorkloadConstraintsInteger
Create an instance of PresetWorkloadConstraintsInteger from a dict
- classmethod from_json(json_str: str) PresetWorkloadConstraintsInteger
Create an instance of PresetWorkloadConstraintsInteger from a JSON string
- maximum: Optional[StrictInt]
- minimum: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_resource_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_resource_reference.PresetWorkloadConstraintsResourceReference(*, allowed_values: ConstrainedListValue[PresetWorkloadConstraintsResourceReferenceAllowedValues], default: Optional[ReferenceWithType] = None)
Bases:
BaseModelConstraints to apply to resource reference parameters # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed_values: ConstrainedListValue[PresetWorkloadConstraintsResourceReferenceAllowedValues]
- as_request_dict() Dict[str, Any]
- default: Optional[ReferenceWithType]
- classmethod from_dict(obj: dict) PresetWorkloadConstraintsResourceReference
Create an instance of PresetWorkloadConstraintsResourceReference from a dict
- classmethod from_json(json_str: str) PresetWorkloadConstraintsResourceReference
Create an instance of PresetWorkloadConstraintsResourceReference from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_resource_reference_allowed_values module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_resource_reference_allowed_values.PresetWorkloadConstraintsResourceReferenceAllowedValues(*, resource_type: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PresetWorkloadConstraintsResourceReferenceAllowedValues
Create an instance of PresetWorkloadConstraintsResourceReferenceAllowedValues from a dict
- classmethod from_json(json_str: str) PresetWorkloadConstraintsResourceReferenceAllowedValues
Create an instance of PresetWorkloadConstraintsResourceReferenceAllowedValues from a JSON string
- resource_type: StrictStr
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_string module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_constraints_string.PresetWorkloadConstraintsString(*, allowed_values: Optional[ConstrainedListValue[StrictStr]] = None, default: Optional[StrictStr] = None)
Bases:
BaseModelConstraints to apply to string parameters. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed_values: Optional[ConstrainedListValue[StrictStr]]
- as_request_dict() Dict[str, Any]
- default: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkloadConstraintsString
Create an instance of PresetWorkloadConstraintsString from a dict
- classmethod from_json(json_str: str) PresetWorkloadConstraintsString
Create an instance of PresetWorkloadConstraintsString from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_get_response.PresetWorkloadGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, items: Optional[ConstrainedListValue[PresetWorkload]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) PresetWorkloadGetResponse
Create an instance of PresetWorkloadGetResponse from a dict
- classmethod from_json(json_str: str) PresetWorkloadGetResponse
Create an instance of PresetWorkloadGetResponse from a JSON string
- items: Optional[ConstrainedListValue[PresetWorkload]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_metadata module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_metadata.PresetWorkloadMetadata(*, description: Optional[StrictStr] = None, display_name: Optional[StrictStr] = None, subtype: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- display_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkloadMetadata
Create an instance of PresetWorkloadMetadata from a dict
- classmethod from_json(json_str: str) PresetWorkloadMetadata
Create an instance of PresetWorkloadMetadata from a JSON string
- subtype: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_parameter module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_parameter.PresetWorkloadParameter(*, constraints: Optional[PresetWorkloadConstraints] = None, metadata: Optional[PresetWorkloadMetadata] = None, name: StrictStr, type: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- constraints: Optional[PresetWorkloadConstraints]
- classmethod from_dict(obj: dict) PresetWorkloadParameter
Create an instance of PresetWorkloadParameter from a dict
- classmethod from_json(json_str: str) PresetWorkloadParameter
Create an instance of PresetWorkloadParameter from a JSON string
- metadata: Optional[PresetWorkloadMetadata]
- name: StrictStr
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- type: StrictStr
pypureclient.flasharray.FA_2_41.models.preset_workload_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_patch.PresetWorkloadPatch(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PresetWorkloadPatch
Create an instance of PresetWorkloadPatch from a dict
- classmethod from_json(json_str: str) PresetWorkloadPatch
Create an instance of PresetWorkloadPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_periodic_replication_configuration module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_periodic_replication_configuration.PresetWorkloadPeriodicReplicationConfiguration(*, name: StrictStr, remote_targets: ConstrainedListValue[ReferenceWithType], rules: ConstrainedListValue[PresetWorkloadSnapshotRule])
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PresetWorkloadPeriodicReplicationConfiguration
Create an instance of PresetWorkloadPeriodicReplicationConfiguration from a dict
- classmethod from_json(json_str: str) PresetWorkloadPeriodicReplicationConfiguration
Create an instance of PresetWorkloadPeriodicReplicationConfiguration from a JSON string
- name: StrictStr
- remote_targets: ConstrainedListValue[ReferenceWithType]
- rules: ConstrainedListValue[PresetWorkloadSnapshotRule]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_placement_configuration module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_placement_configuration.PresetWorkloadPlacementConfiguration(*, name: StrictStr, qos_configurations: Optional[ConstrainedListValue[StrictStr]] = None, storage_class: ReferenceWithType)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PresetWorkloadPlacementConfiguration
Create an instance of PresetWorkloadPlacementConfiguration from a dict
- classmethod from_json(json_str: str) PresetWorkloadPlacementConfiguration
Create an instance of PresetWorkloadPlacementConfiguration from a JSON string
- name: StrictStr
- qos_configurations: Optional[ConstrainedListValue[StrictStr]]
- storage_class: ReferenceWithType
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_post.PresetWorkloadPost(*, description: Optional[StrictStr] = None, parameters: Optional[ConstrainedListValue[PresetWorkloadParameter]] = None, periodic_replication_configurations: Optional[ConstrainedListValue[PresetWorkloadPeriodicReplicationConfiguration]] = None, placement_configurations: ConstrainedListValue[PresetWorkloadPlacementConfiguration], qos_configurations: Optional[ConstrainedListValue[PresetWorkloadQosConfiguration]] = None, revision: Optional[StrictInt] = None, snapshot_configurations: Optional[ConstrainedListValue[PresetWorkloadSnapshotConfiguration]] = None, volume_configurations: ConstrainedListValue[PresetWorkloadVolumeConfiguration], workload_tags: Optional[ConstrainedListValue[PresetWorkloadWorkloadTag]] = None, workload_type: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkloadPost
Create an instance of PresetWorkloadPost from a dict
- classmethod from_json(json_str: str) PresetWorkloadPost
Create an instance of PresetWorkloadPost from a JSON string
- parameters: Optional[ConstrainedListValue[PresetWorkloadParameter]]
- periodic_replication_configurations: Optional[ConstrainedListValue[PresetWorkloadPeriodicReplicationConfiguration]]
- placement_configurations: ConstrainedListValue[PresetWorkloadPlacementConfiguration]
- qos_configurations: Optional[ConstrainedListValue[PresetWorkloadQosConfiguration]]
- revision: Optional[StrictInt]
- snapshot_configurations: Optional[ConstrainedListValue[PresetWorkloadSnapshotConfiguration]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_configurations: ConstrainedListValue[PresetWorkloadVolumeConfiguration]
- workload_tags: Optional[ConstrainedListValue[PresetWorkloadWorkloadTag]]
- workload_type: StrictStr
pypureclient.flasharray.FA_2_41.models.preset_workload_qos_configuration module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_qos_configuration.PresetWorkloadQosConfiguration(*, bandwidth_limit: Optional[StrictStr] = None, iops_limit: Optional[StrictStr] = None, name: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bandwidth_limit: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkloadQosConfiguration
Create an instance of PresetWorkloadQosConfiguration from a dict
- classmethod from_json(json_str: str) PresetWorkloadQosConfiguration
Create an instance of PresetWorkloadQosConfiguration from a JSON string
- iops_limit: Optional[StrictStr]
- name: StrictStr
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_response.PresetWorkloadResponse(*, items: Optional[ConstrainedListValue[PresetWorkload]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PresetWorkloadResponse
Create an instance of PresetWorkloadResponse from a dict
- classmethod from_json(json_str: str) PresetWorkloadResponse
Create an instance of PresetWorkloadResponse from a JSON string
- items: Optional[ConstrainedListValue[PresetWorkload]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_snapshot_configuration module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_snapshot_configuration.PresetWorkloadSnapshotConfiguration(*, name: StrictStr, rules: ConstrainedListValue[PresetWorkloadSnapshotRule])
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PresetWorkloadSnapshotConfiguration
Create an instance of PresetWorkloadSnapshotConfiguration from a dict
- classmethod from_json(json_str: str) PresetWorkloadSnapshotConfiguration
Create an instance of PresetWorkloadSnapshotConfiguration from a JSON string
- name: StrictStr
- rules: ConstrainedListValue[PresetWorkloadSnapshotRule]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_snapshot_rule module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_snapshot_rule.PresetWorkloadSnapshotRule(*, at: Optional[StrictStr] = None, every: StrictStr, keep_for: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- at: Optional[StrictStr]
- every: StrictStr
- classmethod from_dict(obj: dict) PresetWorkloadSnapshotRule
Create an instance of PresetWorkloadSnapshotRule from a dict
- classmethod from_json(json_str: str) PresetWorkloadSnapshotRule
Create an instance of PresetWorkloadSnapshotRule from a JSON string
- keep_for: StrictStr
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_volume_configuration module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_volume_configuration.PresetWorkloadVolumeConfiguration(*, count: StrictStr, name: StrictStr, periodic_replication_configurations: Optional[ConstrainedListValue[StrictStr]] = None, placement_configurations: ConstrainedListValue[StrictStr], provisioned_size: StrictStr, snapshot_configurations: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- count: StrictStr
- classmethod from_dict(obj: dict) PresetWorkloadVolumeConfiguration
Create an instance of PresetWorkloadVolumeConfiguration from a dict
- classmethod from_json(json_str: str) PresetWorkloadVolumeConfiguration
Create an instance of PresetWorkloadVolumeConfiguration from a JSON string
- name: StrictStr
- periodic_replication_configurations: Optional[ConstrainedListValue[StrictStr]]
- placement_configurations: ConstrainedListValue[StrictStr]
- provisioned_size: StrictStr
- snapshot_configurations: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.preset_workload_workload_tag module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.preset_workload_workload_tag.PresetWorkloadWorkloadTag(*, copyable: Optional[StrictStr] = None, key: StrictStr, namespace: Optional[StrictStr] = None, value: StrictStr)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- copyable: Optional[StrictStr]
- classmethod from_dict(obj: dict) PresetWorkloadWorkloadTag
Create an instance of PresetWorkloadWorkloadTag from a dict
- classmethod from_json(json_str: str) PresetWorkloadWorkloadTag
Create an instance of PresetWorkloadWorkloadTag from a JSON string
- key: StrictStr
- namespace: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: StrictStr
pypureclient.flasharray.FA_2_41.models.priority_adjustment module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.priority_adjustment.PriorityAdjustment(*, priority_adjustment_operator: Optional[StrictStr] = None, priority_adjustment_value: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) PriorityAdjustment
Create an instance of PriorityAdjustment from a dict
- classmethod from_json(json_str: str) PriorityAdjustment
Create an instance of PriorityAdjustment from a JSON string
- priority_adjustment_operator: Optional[StrictStr]
- priority_adjustment_value: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group.ProtectionGroup(*, name: Optional[StrictStr] = None, id: Optional[StrictStr] = None, context: Optional[FixedReference] = None, workload: Optional[WorkloadConfigurationFixedReferenceWorkload] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, host_count: Optional[StrictInt] = None, host_group_count: Optional[StrictInt] = None, is_local: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, replication_schedule: Optional[ReplicationSchedule] = None, retention_lock: Optional[StrictStr] = None, snapshot_schedule: Optional[SnapshotSchedule] = None, source: Optional[FixedReference] = None, source_retention: Optional[RetentionPolicy] = None, space: Optional[Space] = None, target_count: Optional[StrictInt] = None, target_retention: Optional[RetentionPolicy] = None, time_remaining: Optional[StrictInt] = None, volume_count: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ProtectionGroupEradicationConfig]
- classmethod from_dict(obj: dict) ProtectionGroup
Create an instance of ProtectionGroup from a dict
- classmethod from_json(json_str: str) ProtectionGroup
Create an instance of ProtectionGroup from a JSON string
- host_count: Optional[StrictInt]
- host_group_count: Optional[StrictInt]
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- replication_schedule: Optional[ReplicationSchedule]
- retention_lock: Optional[StrictStr]
- snapshot_schedule: Optional[SnapshotSchedule]
- source: Optional[FixedReference]
- source_retention: Optional[RetentionPolicy]
- target_count: Optional[StrictInt]
- target_retention: Optional[RetentionPolicy]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_count: Optional[StrictInt]
- workload: Optional[WorkloadConfigurationFixedReferenceWorkload]
pypureclient.flasharray.FA_2_41.models.protection_group_eradication_config module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_eradication_config.ProtectionGroupEradicationConfig(*, manual_eradication: Optional[StrictStr] = None)
Bases:
BaseModelThe configuration of the eradication feature. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupEradicationConfig
Create an instance of ProtectionGroupEradicationConfig from a dict
- classmethod from_json(json_str: str) ProtectionGroupEradicationConfig
Create an instance of ProtectionGroupEradicationConfig from a JSON string
- manual_eradication: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_get_response.ProtectionGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroup]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[ProtectionGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupGetResponse
Create an instance of ProtectionGroupGetResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupGetResponse
Create an instance of ProtectionGroupGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroup]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ProtectionGroup]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_group_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_performance.ProtectionGroupPerformance(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, bytes_per_sec: Optional[ConstrainedIntValue] = None, context: Optional[FixedReference] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_sec: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ProtectionGroupPerformance
Create an instance of ProtectionGroupPerformance from a dict
- classmethod from_json(json_str: str) ProtectionGroupPerformance
Create an instance of ProtectionGroupPerformance from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_performance_array module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_performance_array.ProtectionGroupPerformanceArray(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, bytes_per_sec: Optional[ConstrainedIntValue] = None, context: Optional[FixedReference] = None, source: Optional[StrictStr] = None, target: Optional[StrictStr] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_sec: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ProtectionGroupPerformanceArray
Create an instance of ProtectionGroupPerformanceArray from a dict
- classmethod from_json(json_str: str) ProtectionGroupPerformanceArray
Create an instance of ProtectionGroupPerformanceArray from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- source: Optional[StrictStr]
- target: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_performance_array_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_performance_array_response.ProtectionGroupPerformanceArrayResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ProtectionGroupPerformanceArray]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupPerformanceArrayResponse
Create an instance of ProtectionGroupPerformanceArrayResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupPerformanceArrayResponse
Create an instance of ProtectionGroupPerformanceArrayResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupPerformanceArray]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_group_performance_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_performance_response.ProtectionGroupPerformanceResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ProtectionGroupPerformance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupPerformanceResponse
Create an instance of ProtectionGroupPerformanceResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupPerformanceResponse
Create an instance of ProtectionGroupPerformanceResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupPerformance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_group_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_post.ProtectionGroupPost(*, tags: Optional[ConstrainedListValue[Tag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupPost
Create an instance of ProtectionGroupPost from a dict
- classmethod from_json(json_str: str) ProtectionGroupPost
Create an instance of ProtectionGroupPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_response.ProtectionGroupResponse(*, items: Optional[ConstrainedListValue[ProtectionGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupResponse
Create an instance of ProtectionGroupResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupResponse
Create an instance of ProtectionGroupResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroup]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot.ProtectionGroupSnapshot(*, name: Optional[StrictStr] = None, id: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ProtectionGroupEradicationConfig]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshot
Create an instance of ProtectionGroupSnapshot from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshot
Create an instance of ProtectionGroupSnapshot from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_get_response.ProtectionGroupSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[ProtectionGroupSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotGetResponse
Create an instance of ProtectionGroupSnapshotGetResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotGetResponse
Create an instance of ProtectionGroupSnapshotGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ProtectionGroupSnapshot]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_patch.ProtectionGroupSnapshotPatch(*, name: Optional[StrictStr] = None, id: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ProtectionGroupEradicationConfig]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotPatch
Create an instance of ProtectionGroupSnapshotPatch from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotPatch
Create an instance of ProtectionGroupSnapshotPatch from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_post.ProtectionGroupSnapshotPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ProtectionGroupEradicationConfig]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotPost
Create an instance of ProtectionGroupSnapshotPost from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotPost
Create an instance of ProtectionGroupSnapshotPost from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_replica module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_replica.ProtectionGroupSnapshotReplica(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ProtectionGroupEradicationConfig]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotReplica
Create an instance of ProtectionGroupSnapshotReplica from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotReplica
Create an instance of ProtectionGroupSnapshotReplica from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_replica_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_replica_response.ProtectionGroupSnapshotReplicaResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupSnapshotReplica]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotReplicaResponse
Create an instance of ProtectionGroupSnapshotReplicaResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotReplicaResponse
Create an instance of ProtectionGroupSnapshotReplicaResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupSnapshotReplica]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_response.ProtectionGroupSnapshotResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotResponse
Create an instance of ProtectionGroupSnapshotResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotResponse
Create an instance of ProtectionGroupSnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_transfer module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_transfer.ProtectionGroupSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- completed: Optional[StrictInt]
- context: Optional[FixedReference]
- data_transferred: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotTransfer
Create an instance of ProtectionGroupSnapshotTransfer from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotTransfer
Create an instance of ProtectionGroupSnapshotTransfer from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- physical_bytes_written: Optional[StrictInt]
- progress: Optional[Union[StrictFloat, StrictInt]]
- started: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_transfer_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_transfer_get_response.ProtectionGroupSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotTransferGetResponse
Create an instance of ProtectionGroupSnapshotTransferGetResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotTransferGetResponse
Create an instance of ProtectionGroupSnapshotTransferGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_transfer_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_snapshot_transfer_response.ProtectionGroupSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupSnapshotTransferResponse
Create an instance of ProtectionGroupSnapshotTransferResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupSnapshotTransferResponse
Create an instance of ProtectionGroupSnapshotTransferResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_target module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_target.ProtectionGroupTarget(*, allowed: Optional[StrictBool] = None, protection_group: Optional[ReferenceNoId] = None, target: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupTarget
Create an instance of ProtectionGroupTarget from a dict
- classmethod from_json(json_str: str) ProtectionGroupTarget
Create an instance of ProtectionGroupTarget from a JSON string
- protection_group: Optional[ReferenceNoId]
- target: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_group_target_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_target_get_response.ProtectionGroupTargetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TargetProtectionGroup]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupTargetGetResponse
Create an instance of ProtectionGroupTargetGetResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupTargetGetResponse
Create an instance of ProtectionGroupTargetGetResponse from a JSON string
- items: Optional[ConstrainedListValue[TargetProtectionGroup]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_group_target_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_group_target_response.ProtectionGroupTargetResponse(*, items: Optional[ConstrainedListValue[TargetProtectionGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupTargetResponse
Create an instance of ProtectionGroupTargetResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupTargetResponse
Create an instance of ProtectionGroupTargetResponse from a JSON string
- items: Optional[ConstrainedListValue[TargetProtectionGroup]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_groups_volumes module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_groups_volumes.ProtectionGroupsVolumes(*, context: Optional[FixedReference] = None, group: Optional[Reference] = None, member: Optional[ProtectionGroupsVolumesMember] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ProtectionGroupsVolumes
Create an instance of ProtectionGroupsVolumes from a dict
- classmethod from_json(json_str: str) ProtectionGroupsVolumes
Create an instance of ProtectionGroupsVolumes from a JSON string
- member: Optional[ProtectionGroupsVolumesMember]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_groups_volumes_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_groups_volumes_get_response.ProtectionGroupsVolumesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ProtectionGroupsVolumesGetResponse
Create an instance of ProtectionGroupsVolumesGetResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupsVolumesGetResponse
Create an instance of ProtectionGroupsVolumesGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.protection_groups_volumes_member module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_groups_volumes_member.ProtectionGroupsVolumesMember(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) ProtectionGroupsVolumesMember
Create an instance of ProtectionGroupsVolumesMember from a dict
- classmethod from_json(json_str: str) ProtectionGroupsVolumesMember
Create an instance of ProtectionGroupsVolumesMember from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protection_groups_volumes_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protection_groups_volumes_response.ProtectionGroupsVolumesResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ProtectionGroupsVolumesResponse
Create an instance of ProtectionGroupsVolumesResponse from a dict
- classmethod from_json(json_str: str) ProtectionGroupsVolumesResponse
Create an instance of ProtectionGroupsVolumesResponse from a JSON string
- items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.protocol_endpoint module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.protocol_endpoint.ProtocolEndpoint(*, container_version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- container_version: Optional[StrictStr]
- classmethod from_dict(obj: dict) ProtocolEndpoint
Create an instance of ProtocolEndpoint from a dict
- classmethod from_json(json_str: str) ProtocolEndpoint
Create an instance of ProtocolEndpoint from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.qos module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.qos.Qos(*, bandwidth_limit: Optional[ConstrainedIntValue] = None, iops_limit: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bandwidth_limit: Optional[ConstrainedIntValue]
- iops_limit: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.realm module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.realm.Realm(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ContainerEradicationConfig] = None, qos: Optional[ContainerQos] = None, quota_limit: Optional[ConstrainedIntValue] = None, space: Optional[SpaceNoDeprecatedPhysicalOrEffective] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- eradication_config: Optional[ContainerEradicationConfig]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- qos: Optional[ContainerQos]
- quota_limit: Optional[ConstrainedIntValue]
- space: Optional[SpaceNoDeprecatedPhysicalOrEffective]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.realm_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.realm_get_response.RealmGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Realm]] = None, total: Optional[ConstrainedListValue[Realm]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) RealmGetResponse
Create an instance of RealmGetResponse from a dict
- classmethod from_json(json_str: str) RealmGetResponse
Create an instance of RealmGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.realm_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.realm_patch.RealmPatch(*, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, qos: Optional[ContainerQos] = None, quota_limit: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RealmPatch
Create an instance of RealmPatch from a dict
- classmethod from_json(json_str: str) RealmPatch
Create an instance of RealmPatch from a JSON string
- name: Optional[StrictStr]
- qos: Optional[ContainerQos]
- quota_limit: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.realm_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.realm_post.RealmPost(*, qos: Optional[ContainerQos] = None, quota_limit: Optional[ConstrainedIntValue] = None, tags: Optional[ConstrainedListValue[NonCopyableTag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- qos: Optional[ContainerQos]
- quota_limit: Optional[ConstrainedIntValue]
- tags: Optional[ConstrainedListValue[NonCopyableTag]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.realm_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.realm_response.RealmResponse(*, items: Optional[ConstrainedListValue[Realm]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RealmResponse
Create an instance of RealmResponse from a dict
- classmethod from_json(json_str: str) RealmResponse
Create an instance of RealmResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.realm_space_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.realm_space_get_response.RealmSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceRealmSpace]] = None, total: Optional[ConstrainedListValue[ResourceRealmSpace]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) RealmSpaceGetResponse
Create an instance of RealmSpaceGetResponse from a dict
- classmethod from_json(json_str: str) RealmSpaceGetResponse
Create an instance of RealmSpaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceRealmSpace]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourceRealmSpace]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.reference.Reference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.reference_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.reference_no_id.ReferenceNoId(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ReferenceNoId
Create an instance of ReferenceNoId from a dict
- classmethod from_json(json_str: str) ReferenceNoId
Create an instance of ReferenceNoId from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.reference_no_id_with_type module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.reference_no_id_with_type.ReferenceNoIdWithType(*, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ReferenceNoIdWithType
Create an instance of ReferenceNoIdWithType from a dict
- classmethod from_json(json_str: str) ReferenceNoIdWithType
Create an instance of ReferenceNoIdWithType from a JSON string
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.reference_with_fixed_type module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.reference_with_fixed_type.ReferenceWithFixedType(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ReferenceWithFixedType
Create an instance of ReferenceWithFixedType from a dict
- classmethod from_json(json_str: str) ReferenceWithFixedType
Create an instance of ReferenceWithFixedType from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.reference_with_type module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.reference_with_type.ReferenceWithType(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ReferenceWithType
Create an instance of ReferenceWithType from a dict
- classmethod from_json(json_str: str) ReferenceWithType
Create an instance of ReferenceWithType from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_array module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_array.RemoteArray(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, fleet: Optional[RemoteArrayFleet] = None, is_local: Optional[StrictBool] = None, model: Optional[StrictStr] = None, os: Optional[StrictStr] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- fleet: Optional[RemoteArrayFleet]
- classmethod from_dict(obj: dict) RemoteArray
Create an instance of RemoteArray from a dict
- classmethod from_json(json_str: str) RemoteArray
Create an instance of RemoteArray from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- model: Optional[StrictStr]
- name: Optional[StrictStr]
- os: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.remote_array_fleet module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_array_fleet.RemoteArrayFleet(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteArrayFleet
Create an instance of RemoteArrayFleet from a dict
- classmethod from_json(json_str: str) RemoteArrayFleet
Create an instance of RemoteArrayFleet from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_arrays_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_arrays_response.RemoteArraysResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteArray]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) RemoteArraysResponse
Create an instance of RemoteArraysResponse from a dict
- classmethod from_json(json_str: str) RemoteArraysResponse
Create an instance of RemoteArraysResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteArray]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_pod module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_pod.RemotePod(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, arrays: Optional[ConstrainedListValue[Resource]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_pods_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_pods_response.RemotePodsResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[RemotePod]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) RemotePodsResponse
Create an instance of RemotePodsResponse from a dict
- classmethod from_json(json_str: str) RemotePodsResponse
Create an instance of RemotePodsResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_protection_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group.RemoteProtectionGroup(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, destroyed: Optional[StrictBool] = None, is_local: Optional[StrictBool] = None, remote: Optional[FixedReference] = None, source: Optional[FixedReference] = None, target_retention: Optional[RetentionPolicy] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RemoteProtectionGroup
Create an instance of RemoteProtectionGroup from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroup
Create an instance of RemoteProtectionGroup from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- remote: Optional[FixedReference]
- source: Optional[FixedReference]
- target_retention: Optional[RetentionPolicy]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_protection_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_get_response.RemoteProtectionGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteProtectionGroup]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) RemoteProtectionGroupGetResponse
Create an instance of RemoteProtectionGroupGetResponse from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupGetResponse
Create an instance of RemoteProtectionGroupGetResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteProtectionGroup]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_protection_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_response.RemoteProtectionGroupResponse(*, items: Optional[ConstrainedListValue[RemoteProtectionGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteProtectionGroupResponse
Create an instance of RemoteProtectionGroupResponse from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupResponse
Create an instance of RemoteProtectionGroupResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteProtectionGroup]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot.RemoteProtectionGroupSnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, is_local: Optional[StrictBool] = None, remote: Optional[FixedReference] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshot
Create an instance of RemoteProtectionGroupSnapshot from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshot
Create an instance of RemoteProtectionGroupSnapshot from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- remote: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_get_response.RemoteProtectionGroupSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotGetResponse
Create an instance of RemoteProtectionGroupSnapshotGetResponse from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotGetResponse
Create an instance of RemoteProtectionGroupSnapshotGetResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_post.RemoteProtectionGroupSnapshotPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, is_local: Optional[StrictBool] = None, remote: Optional[FixedReference] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotPost
Create an instance of RemoteProtectionGroupSnapshotPost from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotPost
Create an instance of RemoteProtectionGroupSnapshotPost from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- name: Optional[StrictStr]
- remote: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_response.RemoteProtectionGroupSnapshotResponse(*, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotResponse
Create an instance of RemoteProtectionGroupSnapshotResponse from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotResponse
Create an instance of RemoteProtectionGroupSnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_transfer module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_transfer.RemoteProtectionGroupSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None, context: Optional[FixedReference] = None, source: Optional[Reference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- completed: Optional[StrictInt]
- context: Optional[FixedReference]
- data_transferred: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotTransfer
Create an instance of RemoteProtectionGroupSnapshotTransfer from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotTransfer
Create an instance of RemoteProtectionGroupSnapshotTransfer from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- physical_bytes_written: Optional[StrictInt]
- progress: Optional[Union[StrictFloat, StrictInt]]
- started: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_transfer_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_transfer_get_response.RemoteProtectionGroupSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotTransferGetResponse
Create an instance of RemoteProtectionGroupSnapshotTransferGetResponse from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotTransferGetResponse
Create an instance of RemoteProtectionGroupSnapshotTransferGetResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_transfer_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_protection_group_snapshot_transfer_response.RemoteProtectionGroupSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotTransferResponse
Create an instance of RemoteProtectionGroupSnapshotTransferResponse from a dict
- classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotTransferResponse
Create an instance of RemoteProtectionGroupSnapshotTransferResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot.RemoteVolumeSnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, provisioned: Optional[StrictInt] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, context: Optional[FixedReference] = None, remote: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshot
Create an instance of RemoteVolumeSnapshot from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshot
Create an instance of RemoteVolumeSnapshot from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- provisioned: Optional[StrictInt]
- remote: Optional[FixedReference]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_get_response.RemoteVolumeSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshotGetResponse
Create an instance of RemoteVolumeSnapshotGetResponse from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshotGetResponse
Create an instance of RemoteVolumeSnapshotGetResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_post.RemoteVolumeSnapshotPost(*, suffix: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshotPost
Create an instance of RemoteVolumeSnapshotPost from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshotPost
Create an instance of RemoteVolumeSnapshotPost from a JSON string
- suffix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_response.RemoteVolumeSnapshotResponse(*, items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshotResponse
Create an instance of RemoteVolumeSnapshotResponse from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshotResponse
Create an instance of RemoteVolumeSnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_transfer module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_transfer.RemoteVolumeSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- completed: Optional[StrictInt]
- context: Optional[FixedReference]
- data_transferred: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshotTransfer
Create an instance of RemoteVolumeSnapshotTransfer from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshotTransfer
Create an instance of RemoteVolumeSnapshotTransfer from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- physical_bytes_written: Optional[StrictInt]
- progress: Optional[Union[StrictFloat, StrictInt]]
- started: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_transfer_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_transfer_get_response.RemoteVolumeSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshotTransferGetResponse
Create an instance of RemoteVolumeSnapshotTransferGetResponse from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshotTransferGetResponse
Create an instance of RemoteVolumeSnapshotTransferGetResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_transfer_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.remote_volume_snapshot_transfer_response.RemoteVolumeSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) RemoteVolumeSnapshotTransferResponse
Create an instance of RemoteVolumeSnapshotTransferResponse from a dict
- classmethod from_json(json_str: str) RemoteVolumeSnapshotTransferResponse
Create an instance of RemoteVolumeSnapshotTransferResponse from a JSON string
- items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.replica_link_lag module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.replica_link_lag.ReplicaLinkLag(*, avg: Optional[ConstrainedIntValue] = None, max: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- avg: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) ReplicaLinkLag
Create an instance of ReplicaLinkLag from a dict
- classmethod from_json(json_str: str) ReplicaLinkLag
Create an instance of ReplicaLinkLag from a JSON string
- max: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.replica_link_performance_replication module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.replica_link_performance_replication.ReplicaLinkPerformanceReplication(*, bytes_per_sec_from_remote: Optional[ConstrainedIntValue] = None, bytes_per_sec_to_remote: Optional[ConstrainedIntValue] = None, bytes_per_sec_total: Optional[ConstrainedIntValue] = None, direction: Optional[StrictStr] = None, local_pod: Optional[FixedReference] = None, remote_pod: Optional[FixedReference] = None, remotes: Optional[ConstrainedListValue[FixedReference]] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_sec_from_remote: Optional[ConstrainedIntValue]
- bytes_per_sec_to_remote: Optional[ConstrainedIntValue]
- bytes_per_sec_total: Optional[ConstrainedIntValue]
- direction: Optional[StrictStr]
- classmethod from_dict(obj: dict) ReplicaLinkPerformanceReplication
Create an instance of ReplicaLinkPerformanceReplication from a dict
- classmethod from_json(json_str: str) ReplicaLinkPerformanceReplication
Create an instance of ReplicaLinkPerformanceReplication from a JSON string
- local_pod: Optional[FixedReference]
- remote_pod: Optional[FixedReference]
- remotes: Optional[ConstrainedListValue[FixedReference]]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.replication_performance_with_total module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.replication_performance_with_total.ReplicationPerformanceWithTotal(*, from_remote_bytes_per_sec: Optional[ConstrainedIntValue] = None, to_remote_bytes_per_sec: Optional[ConstrainedIntValue] = None, total_bytes_per_sec: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ReplicationPerformanceWithTotal
Create an instance of ReplicationPerformanceWithTotal from a dict
- classmethod from_json(json_str: str) ReplicationPerformanceWithTotal
Create an instance of ReplicationPerformanceWithTotal from a JSON string
- from_remote_bytes_per_sec: Optional[ConstrainedIntValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_remote_bytes_per_sec: Optional[ConstrainedIntValue]
- to_str() str
Returns the string representation of the model using alias
- total_bytes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.replication_schedule module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.replication_schedule.ReplicationSchedule(*, at: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, frequency: Optional[StrictInt] = None, blackout: Optional[TimeWindow] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- at: Optional[StrictInt]
- blackout: Optional[TimeWindow]
- enabled: Optional[StrictBool]
- frequency: Optional[StrictInt]
- classmethod from_dict(obj: dict) ReplicationSchedule
Create an instance of ReplicationSchedule from a dict
- classmethod from_json(json_str: str) ReplicationSchedule
Create an instance of ReplicationSchedule from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource.Resource(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModelAn ordinary (as opposed to built-in) resource that can be created, named, renamed or deleted by the user. This might be a virtual resource (e.g., a volume), or correspond to something in the environment, like a host or a server. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_access module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_access.ResourceAccess(*, id: Optional[StrictStr] = None, resource: Optional[ReferenceWithType] = None, scope: Optional[ReferenceWithType] = None)
Bases:
BaseModelA resource access captures configuration of sharing a resource to a scope. For example, resource access can specify that an array host is accessible from a realm. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceAccess
Create an instance of ResourceAccess from a dict
- classmethod from_json(json_str: str) ResourceAccess
Create an instance of ResourceAccess from a JSON string
- id: Optional[StrictStr]
- resource: Optional[ReferenceWithType]
- scope: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_access_status module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_access_status.ResourceAccessStatus(*, created_by: Optional[ConstrainedListValue[ResourceAccessStatusCreatedBy]] = None, resource: Optional[ReferenceWithType] = None, scope: Optional[ReferenceWithType] = None)
Bases:
BaseModelA resource access status realizes the configuration of resource accesses. For instance, if there is a resource access for a host group to a realm, resource access status would include the explicit host group resource access as well as an implicit resource access for each host in that host group. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created_by: Optional[ConstrainedListValue[ResourceAccessStatusCreatedBy]]
- classmethod from_dict(obj: dict) ResourceAccessStatus
Create an instance of ResourceAccessStatus from a dict
- classmethod from_json(json_str: str) ResourceAccessStatus
Create an instance of ResourceAccessStatus from a JSON string
- resource: Optional[ReferenceWithType]
- scope: Optional[ReferenceWithType]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_access_status_created_by module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_access_status_created_by.ResourceAccessStatusCreatedBy(*, id: Optional[StrictStr] = None, implicit: Optional[StrictBool] = None)
Bases:
BaseModelEach Resource Access Status has a reference to the resource accesses that explain its existence. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceAccessStatusCreatedBy
Create an instance of ResourceAccessStatusCreatedBy from a dict
- classmethod from_json(json_str: str) ResourceAccessStatusCreatedBy
Create an instance of ResourceAccessStatusCreatedBy from a JSON string
- id: Optional[StrictStr]
- implicit: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_accesses_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_accesses_get_response.ResourceAccessesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceAccess]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ResourceAccessesGetResponse
Create an instance of ResourceAccessesGetResponse from a dict
- classmethod from_json(json_str: str) ResourceAccessesGetResponse
Create an instance of ResourceAccessesGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceAccess]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_accesses_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_accesses_response.ResourceAccessesResponse(*, items: Optional[ConstrainedListValue[ResourceAccess]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceAccessesResponse
Create an instance of ResourceAccessesResponse from a dict
- classmethod from_json(json_str: str) ResourceAccessesResponse
Create an instance of ResourceAccessesResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceAccess]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_accesses_status_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_accesses_status_get_response.ResourceAccessesStatusGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceAccessStatus]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ResourceAccessesStatusGetResponse
Create an instance of ResourceAccessesStatusGetResponse from a dict
- classmethod from_json(json_str: str) ResourceAccessesStatusGetResponse
Create an instance of ResourceAccessesStatusGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceAccessStatus]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_accesses_status_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_accesses_status_response.ResourceAccessesStatusResponse(*, items: Optional[ConstrainedListValue[ResourceAccessStatus]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceAccessesStatusResponse
Create an instance of ResourceAccessesStatusResponse from a dict
- classmethod from_json(json_str: str) ResourceAccessesStatusResponse
Create an instance of ResourceAccessesStatusResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceAccessStatus]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_directory_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_directory_space.ResourceDirectorySpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceDirectorySpace
Create an instance of ResourceDirectorySpace from a dict
- classmethod from_json(json_str: str) ResourceDirectorySpace
Create an instance of ResourceDirectorySpace from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_directory_space_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_directory_space_get_response.ResourceDirectorySpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceDirectorySpace]] = None, total: Optional[ConstrainedListValue[ResourceDirectorySpace]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) ResourceDirectorySpaceGetResponse
Create an instance of ResourceDirectorySpaceGetResponse from a dict
- classmethod from_json(json_str: str) ResourceDirectorySpaceGetResponse
Create an instance of ResourceDirectorySpaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceDirectorySpace]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourceDirectorySpace]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_fixed_non_unique_name module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_fixed_non_unique_name.ResourceFixedNonUniqueName(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModelA resource with a non-unique name. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceFixedNonUniqueName
Create an instance of ResourceFixedNonUniqueName from a dict
- classmethod from_json(json_str: str) ResourceFixedNonUniqueName
Create an instance of ResourceFixedNonUniqueName from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_no_id.ResourceNoId(*, name: Optional[StrictStr] = None)
Bases:
BaseModelAn ordinary (as opposed to built-in) resource that can be created, named, renamed or deleted by the user. This might be a virtual resource (e.g., a volume), or correspond to something in the environment, like a host or a server. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceNoId
Create an instance of ResourceNoId from a dict
- classmethod from_json(json_str: str) ResourceNoId
Create an instance of ResourceNoId from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance.ResourcePerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourcePerformance
Create an instance of ResourcePerformance from a dict
- classmethod from_json(json_str: str) ResourcePerformance
Create an instance of ResourcePerformance from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.resource_performance_by_array module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_by_array.ResourcePerformanceByArray(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, array: Optional[Resource] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourcePerformanceByArray
Create an instance of ResourcePerformanceByArray from a dict
- classmethod from_json(json_str: str) ResourcePerformanceByArray
Create an instance of ResourcePerformanceByArray from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.resource_performance_by_array_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_by_array_get_response.ResourcePerformanceByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourcePerformanceByArray]] = None, total: Optional[ConstrainedListValue[ResourcePerformanceByArray]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourcePerformanceByArrayGetResponse
Create an instance of ResourcePerformanceByArrayGetResponse from a dict
- classmethod from_json(json_str: str) ResourcePerformanceByArrayGetResponse
Create an instance of ResourcePerformanceByArrayGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourcePerformanceByArray]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourcePerformanceByArray]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_performance_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_get_response.ResourcePerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourcePerformance]] = None, total: Optional[ConstrainedListValue[ResourcePerformance]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourcePerformanceGetResponse
Create an instance of ResourcePerformanceGetResponse from a dict
- classmethod from_json(json_str: str) ResourcePerformanceGetResponse
Create an instance of ResourcePerformanceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourcePerformance]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourcePerformance]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_performance_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_no_id.ResourcePerformanceNoId(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourcePerformanceNoId
Create an instance of ResourcePerformanceNoId from a dict
- classmethod from_json(json_str: str) ResourcePerformanceNoId
Create an instance of ResourcePerformanceNoId from a JSON string
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.resource_performance_no_id_by_array module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_no_id_by_array.ResourcePerformanceNoIdByArray(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, array: Optional[Resource] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourcePerformanceNoIdByArray
Create an instance of ResourcePerformanceNoIdByArray from a dict
- classmethod from_json(json_str: str) ResourcePerformanceNoIdByArray
Create an instance of ResourcePerformanceNoIdByArray from a JSON string
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.resource_performance_no_id_by_array_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_no_id_by_array_get_response.ResourcePerformanceNoIdByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]] = None, total: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourcePerformanceNoIdByArrayGetResponse
Create an instance of ResourcePerformanceNoIdByArrayGetResponse from a dict
- classmethod from_json(json_str: str) ResourcePerformanceNoIdByArrayGetResponse
Create an instance of ResourcePerformanceNoIdByArrayGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_performance_no_id_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_performance_no_id_get_response.ResourcePerformanceNoIdGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourcePerformanceNoId]] = None, total: Optional[ConstrainedListValue[ResourcePerformanceNoId]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourcePerformanceNoIdGetResponse
Create an instance of ResourcePerformanceNoIdGetResponse from a dict
- classmethod from_json(json_str: str) ResourcePerformanceNoIdGetResponse
Create an instance of ResourcePerformanceNoIdGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourcePerformanceNoId]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourcePerformanceNoId]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_pod_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_pod_space.ResourcePodSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, space: Optional[PodSpace] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourcePodSpace
Create an instance of ResourcePodSpace from a dict
- classmethod from_json(json_str: str) ResourcePodSpace
Create an instance of ResourcePodSpace from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_pod_space_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_pod_space_get_response.ResourcePodSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourcePodSpace]] = None, total: Optional[ConstrainedListValue[ResourcePodSpace]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourcePodSpaceGetResponse
Create an instance of ResourcePodSpaceGetResponse from a dict
- classmethod from_json(json_str: str) ResourcePodSpaceGetResponse
Create an instance of ResourcePodSpaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourcePodSpace]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourcePodSpace]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_realm_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_realm_space.ResourceRealmSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, space: Optional[SpaceNoDeprecatedPhysicalOrEffective] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) ResourceRealmSpace
Create an instance of ResourceRealmSpace from a dict
- classmethod from_json(json_str: str) ResourceRealmSpace
Create an instance of ResourceRealmSpace from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- space: Optional[SpaceNoDeprecatedPhysicalOrEffective]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_space.ResourceSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourceSpace
Create an instance of ResourceSpace from a dict
- classmethod from_json(json_str: str) ResourceSpace
Create an instance of ResourceSpace from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_space_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_space_get_response.ResourceSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourceSpace]] = None, total: Optional[ConstrainedListValue[ResourceSpace]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourceSpaceGetResponse
Create an instance of ResourceSpaceGetResponse from a dict
- classmethod from_json(json_str: str) ResourceSpaceGetResponse
Create an instance of ResourceSpaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceSpace]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[ResourceSpace]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.resource_space_no_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_space_no_id.ResourceSpaceNoId(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) ResourceSpaceNoId
Create an instance of ResourceSpaceNoId from a dict
- classmethod from_json(json_str: str) ResourceSpaceNoId
Create an instance of ResourceSpaceNoId from a JSON string
- name: Optional[StrictStr]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.resource_space_no_id_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.resource_space_no_id_get_response.ResourceSpaceNoIdGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[ResourceSpaceNoId]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) ResourceSpaceNoIdGetResponse
Create an instance of ResourceSpaceNoIdGetResponse from a dict
- classmethod from_json(json_str: str) ResourceSpaceNoIdGetResponse
Create an instance of ResourceSpaceNoIdGetResponse from a JSON string
- items: Optional[ConstrainedListValue[ResourceSpaceNoId]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.retention_policy module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.retention_policy.RetentionPolicy(*, all_for_sec: Optional[StrictInt] = None, days: Optional[StrictInt] = None, per_day: Optional[StrictInt] = None)
Bases:
BaseModelThe snapshot retention policy. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- all_for_sec: Optional[StrictInt]
- as_request_dict() Dict[str, Any]
- days: Optional[StrictInt]
- classmethod from_dict(obj: dict) RetentionPolicy
Create an instance of RetentionPolicy from a dict
- classmethod from_json(json_str: str) RetentionPolicy
Create an instance of RetentionPolicy from a JSON string
- per_day: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.saml2_sso module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso.Saml2Sso(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, array_url: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, idp: Optional[Saml2SsoIdp] = None, sp: Optional[Saml2SsoSp] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- array_url: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- id: Optional[StrictStr]
- idp: Optional[Saml2SsoIdp]
- name: Optional[StrictStr]
- sp: Optional[Saml2SsoSp]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.saml2_sso_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_get_response.Saml2SsoGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Saml2Sso]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) Saml2SsoGetResponse
Create an instance of Saml2SsoGetResponse from a dict
- classmethod from_json(json_str: str) Saml2SsoGetResponse
Create an instance of Saml2SsoGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.saml2_sso_idp module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_idp.Saml2SsoIdp(*, encrypt_assertion_enabled: Optional[StrictBool] = None, entity_id: Optional[StrictStr] = None, metadata_url: Optional[StrictStr] = None, sign_request_enabled: Optional[StrictBool] = None, url: Optional[StrictStr] = None, verification_certificate: Optional[StrictStr] = None)
Bases:
BaseModelProperties specific to the identity provider. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- encrypt_assertion_enabled: Optional[StrictBool]
- entity_id: Optional[StrictStr]
- classmethod from_dict(obj: dict) Saml2SsoIdp
Create an instance of Saml2SsoIdp from a dict
- classmethod from_json(json_str: str) Saml2SsoIdp
Create an instance of Saml2SsoIdp from a JSON string
- metadata_url: Optional[StrictStr]
- sign_request_enabled: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- url: Optional[StrictStr]
- verification_certificate: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.saml2_sso_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_patch.Saml2SsoPatch(*, array_url: Optional[StrictStr] = None, idp: Optional[Saml2SsoIdp] = None, sp: Optional[Saml2SsoSpCredential] = None, enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- array_url: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) Saml2SsoPatch
Create an instance of Saml2SsoPatch from a dict
- classmethod from_json(json_str: str) Saml2SsoPatch
Create an instance of Saml2SsoPatch from a JSON string
- idp: Optional[Saml2SsoIdp]
- sp: Optional[Saml2SsoSpCredential]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.saml2_sso_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_post.Saml2SsoPost(*, array_url: Optional[StrictStr] = None, idp: Optional[Saml2SsoIdp] = None, sp: Optional[Saml2SsoSpCredential] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- array_url: Optional[StrictStr]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) Saml2SsoPost
Create an instance of Saml2SsoPost from a dict
- classmethod from_json(json_str: str) Saml2SsoPost
Create an instance of Saml2SsoPost from a JSON string
- idp: Optional[Saml2SsoIdp]
- sp: Optional[Saml2SsoSpCredential]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.saml2_sso_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_response.Saml2SsoResponse(*, items: Optional[ConstrainedListValue[Saml2Sso]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) Saml2SsoResponse
Create an instance of Saml2SsoResponse from a dict
- classmethod from_json(json_str: str) Saml2SsoResponse
Create an instance of Saml2SsoResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.saml2_sso_sp module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_sp.Saml2SsoSp(*, decryption_credential: Optional[ReferenceNoId] = None, signing_credential: Optional[ReferenceNoId] = None, assertion_consumer_url: Optional[StrictStr] = None, entity_id: Optional[StrictStr] = None, metadata_url: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- assertion_consumer_url: Optional[StrictStr]
- decryption_credential: Optional[ReferenceNoId]
- entity_id: Optional[StrictStr]
- classmethod from_dict(obj: dict) Saml2SsoSp
Create an instance of Saml2SsoSp from a dict
- classmethod from_json(json_str: str) Saml2SsoSp
Create an instance of Saml2SsoSp from a JSON string
- metadata_url: Optional[StrictStr]
- signing_credential: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.saml2_sso_sp_credential module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.saml2_sso_sp_credential.Saml2SsoSpCredential(*, decryption_credential: Optional[ReferenceNoId] = None, signing_credential: Optional[ReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- decryption_credential: Optional[ReferenceNoId]
- classmethod from_dict(obj: dict) Saml2SsoSpCredential
Create an instance of Saml2SsoSpCredential from a dict
- classmethod from_json(json_str: str) Saml2SsoSpCredential
Create an instance of Saml2SsoSpCredential from a JSON string
- signing_credential: Optional[ReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.session module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.session.Session(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, event: Optional[StrictStr] = None, event_count: Optional[StrictInt] = None, location: Optional[StrictStr] = None, method: Optional[StrictStr] = None, start_time: Optional[StrictInt] = None, user: Optional[StrictStr] = None, user_interface: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- end_time: Optional[StrictInt]
- event: Optional[StrictStr]
- event_count: Optional[StrictInt]
- id: Optional[StrictStr]
- location: Optional[StrictStr]
- method: Optional[StrictStr]
- name: Optional[StrictStr]
- start_time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user: Optional[StrictStr]
- user_interface: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.session_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.session_get_response.SessionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Session]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SessionGetResponse
Create an instance of SessionGetResponse from a dict
- classmethod from_json(json_str: str) SessionGetResponse
Create an instance of SessionGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.smis module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.smis.Smis(*, slp_enabled: Optional[StrictBool] = None, wbem_https_enabled: Optional[StrictBool] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- slp_enabled: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- wbem_https_enabled: Optional[StrictBool]
pypureclient.flasharray.FA_2_41.models.smis_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.smis_get_response.SmisGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Smis]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SmisGetResponse
Create an instance of SmisGetResponse from a dict
- classmethod from_json(json_str: str) SmisGetResponse
Create an instance of SmisGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.smis_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.smis_response.SmisResponse(*, items: Optional[ConstrainedListValue[Smis]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SmisResponse
Create an instance of SmisResponse from a dict
- classmethod from_json(json_str: str) SmisResponse
Create an instance of SmisResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.smtp_server module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.smtp_server.SmtpServer(*, name: Optional[StrictStr] = None, body_prefix: Optional[ConstrainedStrValue] = None, encryption_mode: Optional[StrictStr] = None, password: Optional[StrictStr] = None, relay_host: Optional[StrictStr] = None, sender_domain: Optional[StrictStr] = None, sender_username: Optional[StrictStr] = None, subject_prefix: Optional[ConstrainedStrValue] = None, user_name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- body_prefix: Optional[ConstrainedStrValue]
- encryption_mode: Optional[StrictStr]
- classmethod from_dict(obj: dict) SmtpServer
Create an instance of SmtpServer from a dict
- classmethod from_json(json_str: str) SmtpServer
Create an instance of SmtpServer from a JSON string
- name: Optional[StrictStr]
- password: Optional[StrictStr]
- relay_host: Optional[StrictStr]
- sender_domain: Optional[StrictStr]
- sender_username: Optional[StrictStr]
- subject_prefix: Optional[ConstrainedStrValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user_name: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.smtp_server_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.smtp_server_get_response.SmtpServerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SmtpServer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SmtpServerGetResponse
Create an instance of SmtpServerGetResponse from a dict
- classmethod from_json(json_str: str) SmtpServerGetResponse
Create an instance of SmtpServerGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SmtpServer]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.smtp_server_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.smtp_server_response.SmtpServerResponse(*, items: Optional[ConstrainedListValue[SmtpServer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SmtpServerResponse
Create an instance of SmtpServerResponse from a dict
- classmethod from_json(json_str: str) SmtpServerResponse
Create an instance of SmtpServerResponse from a JSON string
- items: Optional[ConstrainedListValue[SmtpServer]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snapshot.Snapshot(*, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, provisioned: Optional[StrictInt] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- pod: Optional[FixedReference]
- provisioned: Optional[StrictInt]
- source: Optional[FixedReference]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snapshot_schedule module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snapshot_schedule.SnapshotSchedule(*, at: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, frequency: Optional[StrictInt] = None)
Bases:
BaseModelThe replication or snapshot schedule. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- at: Optional[StrictInt]
- enabled: Optional[StrictBool]
- frequency: Optional[StrictInt]
- classmethod from_dict(obj: dict) SnapshotSchedule
Create an instance of SnapshotSchedule from a dict
- classmethod from_json(json_str: str) SnapshotSchedule
Create an instance of SnapshotSchedule from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snapshot_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snapshot_space.SnapshotSpace(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None, snapshots_effective: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- data_reduction: Optional[Union[StrictFloat, StrictInt]]
- footprint: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) SnapshotSpace
Create an instance of SnapshotSpace from a dict
- classmethod from_json(json_str: str) SnapshotSpace
Create an instance of SnapshotSpace from a JSON string
- snapshots: Optional[ConstrainedIntValue]
- snapshots_effective: Optional[ConstrainedIntValue]
- system: Optional[ConstrainedIntValue]
- thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_physical: Optional[ConstrainedIntValue]
- total_provisioned: Optional[ConstrainedIntValue]
- total_reduction: Optional[Union[StrictFloat, StrictInt]]
- total_used: Optional[ConstrainedIntValue]
- unique: Optional[ConstrainedIntValue]
- used_provisioned: Optional[ConstrainedIntValue]
- virtual: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.snmp_agent module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent.SnmpAgent(*, name: Optional[StrictStr] = None, engine_id: Optional[ConstrainedStrValue] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- engine_id: Optional[ConstrainedStrValue]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_agent_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent_get_response.SnmpAgentGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SnmpAgent]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SnmpAgentGetResponse
Create an instance of SnmpAgentGetResponse from a dict
- classmethod from_json(json_str: str) SnmpAgentGetResponse
Create an instance of SnmpAgentGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.snmp_agent_mib module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent_mib.SnmpAgentMib(*, mib: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpAgentMib
Create an instance of SnmpAgentMib from a dict
- classmethod from_json(json_str: str) SnmpAgentMib
Create an instance of SnmpAgentMib from a JSON string
- mib: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snmp_agent_mib_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent_mib_get_response.SnmpAgentMibGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SnmpAgentMib]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SnmpAgentMibGetResponse
Create an instance of SnmpAgentMibGetResponse from a dict
- classmethod from_json(json_str: str) SnmpAgentMibGetResponse
Create an instance of SnmpAgentMibGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SnmpAgentMib]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.snmp_agent_mib_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent_mib_response.SnmpAgentMibResponse(*, items: Optional[ConstrainedListValue[SnmpAgentMib]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpAgentMibResponse
Create an instance of SnmpAgentMibResponse from a dict
- classmethod from_json(json_str: str) SnmpAgentMibResponse
Create an instance of SnmpAgentMibResponse from a JSON string
- items: Optional[ConstrainedListValue[SnmpAgentMib]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snmp_agent_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent_patch.SnmpAgentPatch(*, name: Optional[StrictStr] = None, engine_id: Optional[ConstrainedStrValue] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3Patch] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- engine_id: Optional[ConstrainedStrValue]
- classmethod from_dict(obj: dict) SnmpAgentPatch
Create an instance of SnmpAgentPatch from a dict
- classmethod from_json(json_str: str) SnmpAgentPatch
Create an instance of SnmpAgentPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- v3: Optional[SnmpV3Patch]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_agent_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_agent_response.SnmpAgentResponse(*, items: Optional[ConstrainedListValue[SnmpAgent]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpAgentResponse
Create an instance of SnmpAgentResponse from a dict
- classmethod from_json(json_str: str) SnmpAgentResponse
Create an instance of SnmpAgentResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snmp_manager module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_manager.SnmpManager(*, name: Optional[StrictStr] = None, host: Optional[StrictStr] = None, notification: Optional[StrictStr] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpManager
Create an instance of SnmpManager from a dict
- classmethod from_json(json_str: str) SnmpManager
Create an instance of SnmpManager from a JSON string
- host: Optional[StrictStr]
- name: Optional[StrictStr]
- notification: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_manager_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_manager_get_response.SnmpManagerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SnmpManager]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SnmpManagerGetResponse
Create an instance of SnmpManagerGetResponse from a dict
- classmethod from_json(json_str: str) SnmpManagerGetResponse
Create an instance of SnmpManagerGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SnmpManager]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.snmp_manager_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_manager_patch.SnmpManagerPatch(*, name: Optional[StrictStr] = None, host: Optional[StrictStr] = None, notification: Optional[StrictStr] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3Patch] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpManagerPatch
Create an instance of SnmpManagerPatch from a dict
- classmethod from_json(json_str: str) SnmpManagerPatch
Create an instance of SnmpManagerPatch from a JSON string
- host: Optional[StrictStr]
- name: Optional[StrictStr]
- notification: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- v3: Optional[SnmpV3Patch]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_manager_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_manager_post.SnmpManagerPost(*, host: Optional[StrictStr] = None, notification: Optional[StrictStr] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3Post] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpManagerPost
Create an instance of SnmpManagerPost from a dict
- classmethod from_json(json_str: str) SnmpManagerPost
Create an instance of SnmpManagerPost from a JSON string
- host: Optional[StrictStr]
- notification: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- v3: Optional[SnmpV3Post]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_manager_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_manager_response.SnmpManagerResponse(*, items: Optional[ConstrainedListValue[SnmpManager]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SnmpManagerResponse
Create an instance of SnmpManagerResponse from a dict
- classmethod from_json(json_str: str) SnmpManagerResponse
Create an instance of SnmpManagerResponse from a JSON string
- items: Optional[ConstrainedListValue[SnmpManager]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snmp_v2c module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_v2c.SnmpV2c(*, community: Optional[ConstrainedStrValue] = None)
Bases:
BaseModelThe v2c configurations of SNMP. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- community: Optional[ConstrainedStrValue]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.snmp_v3 module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_v3.SnmpV3(*, auth_passphrase: Optional[StrictStr] = None, auth_protocol: Optional[StrictStr] = None, privacy_passphrase: Optional[StrictStr] = None, privacy_protocol: Optional[StrictStr] = None, user: Optional[StrictStr] = None)
Bases:
BaseModelThe v3 configurations of SNMP. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- auth_passphrase: Optional[StrictStr]
- auth_protocol: Optional[StrictStr]
- privacy_passphrase: Optional[StrictStr]
- privacy_protocol: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_v3_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_v3_patch.SnmpV3Patch(*, auth_passphrase: Optional[ConstrainedStrValue] = None, auth_protocol: Optional[StrictStr] = None, privacy_passphrase: Optional[ConstrainedStrValue] = None, privacy_protocol: Optional[StrictStr] = None, user: Optional[StrictStr] = None)
Bases:
BaseModelThe v3 configurations of SNMP. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- auth_passphrase: Optional[ConstrainedStrValue]
- auth_protocol: Optional[StrictStr]
- classmethod from_dict(obj: dict) SnmpV3Patch
Create an instance of SnmpV3Patch from a dict
- classmethod from_json(json_str: str) SnmpV3Patch
Create an instance of SnmpV3Patch from a JSON string
- privacy_passphrase: Optional[ConstrainedStrValue]
- privacy_protocol: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.snmp_v3_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.snmp_v3_post.SnmpV3Post(*, auth_passphrase: Optional[ConstrainedStrValue] = None, auth_protocol: Optional[StrictStr] = None, privacy_passphrase: Optional[ConstrainedStrValue] = None, privacy_protocol: Optional[StrictStr] = None, user: Optional[StrictStr] = None)
Bases:
BaseModelThe v3 configurations of SNMP. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- auth_passphrase: Optional[ConstrainedStrValue]
- auth_protocol: Optional[StrictStr]
- classmethod from_dict(obj: dict) SnmpV3Post
Create an instance of SnmpV3Post from a dict
- classmethod from_json(json_str: str) SnmpV3Post
Create an instance of SnmpV3Post from a JSON string
- privacy_passphrase: Optional[ConstrainedStrValue]
- privacy_protocol: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- user: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.software module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software.Software(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, details: Optional[StrictStr] = None, payload_id: Optional[StrictStr] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None, upgrade_hops: Optional[ConstrainedListValue[StrictStr]] = None, upgrade_plan: Optional[ConstrainedListValue[SoftwareUpgradePlan]] = None, version: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- payload_id: Optional[StrictStr]
- progress: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- upgrade_hops: Optional[ConstrainedListValue[StrictStr]]
- upgrade_plan: Optional[ConstrainedListValue[SoftwareUpgradePlan]]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.software_bundle module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_bundle.SoftwareBundle(*, id: Optional[StrictStr] = None, created: Optional[Union[StrictFloat, StrictInt]] = None, details: Optional[StrictStr] = None, download_progress: Optional[Union[StrictFloat, StrictInt]] = None, source: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[Union[StrictFloat, StrictInt]]
- details: Optional[StrictStr]
- download_progress: Optional[Union[StrictFloat, StrictInt]]
- classmethod from_dict(obj: dict) SoftwareBundle
Create an instance of SoftwareBundle from a dict
- classmethod from_json(json_str: str) SoftwareBundle
Create an instance of SoftwareBundle from a JSON string
- id: Optional[StrictStr]
- source: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_bundle_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_bundle_get_response.SoftwareBundleGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareBundle]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareBundleGetResponse
Create an instance of SoftwareBundleGetResponse from a dict
- classmethod from_json(json_str: str) SoftwareBundleGetResponse
Create an instance of SoftwareBundleGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareBundle]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_bundle_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_bundle_post.SoftwareBundlePost(*, source: Optional[StrictStr] = None)
Bases:
BaseModelThe source of the software bundle. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareBundlePost
Create an instance of SoftwareBundlePost from a dict
- classmethod from_json(json_str: str) SoftwareBundlePost
Create an instance of SoftwareBundlePost from a JSON string
- source: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_bundle_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_bundle_response.SoftwareBundleResponse(*, items: Optional[ConstrainedListValue[SoftwareBundle]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareBundleResponse
Create an instance of SoftwareBundleResponse from a dict
- classmethod from_json(json_str: str) SoftwareBundleResponse
Create an instance of SoftwareBundleResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareBundle]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_check module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_check.SoftwareCheck(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None, checks: Optional[ConstrainedListValue[SoftwareChecksChecks]] = None, details: Optional[StrictStr] = None, software_name: Optional[StrictStr] = None, software_upgrade_hops: Optional[ConstrainedListValue[StrictStr]] = None, software_version: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- checks: Optional[ConstrainedListValue[SoftwareChecksChecks]]
- details: Optional[StrictStr]
- end_time: Optional[StrictInt]
- classmethod from_dict(obj: dict) SoftwareCheck
Create an instance of SoftwareCheck from a dict
- classmethod from_json(json_str: str) SoftwareCheck
Create an instance of SoftwareCheck from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- software_name: Optional[StrictStr]
- software_upgrade_hops: Optional[ConstrainedListValue[StrictStr]]
- software_version: Optional[StrictStr]
- start_time: Optional[StrictInt]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_checks_checks module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_checks_checks.SoftwareChecksChecks(*, details: Optional[StrictStr] = None, name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareChecksChecks
Create an instance of SoftwareChecksChecks from a dict
- classmethod from_json(json_str: str) SoftwareChecksChecks
Create an instance of SoftwareChecksChecks from a JSON string
- name: Optional[StrictStr]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_checks_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_checks_get_response.SoftwareChecksGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareCheck]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareChecksGetResponse
Create an instance of SoftwareChecksGetResponse from a dict
- classmethod from_json(json_str: str) SoftwareChecksGetResponse
Create an instance of SoftwareChecksGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareCheck]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_checks_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_checks_response.SoftwareChecksResponse(*, items: Optional[ConstrainedListValue[SoftwareCheck]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareChecksResponse
Create an instance of SoftwareChecksResponse from a dict
- classmethod from_json(json_str: str) SoftwareChecksResponse
Create an instance of SoftwareChecksResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareCheck]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_get_response.SoftwareGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Software]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareGetResponse
Create an instance of SoftwareGetResponse from a dict
- classmethod from_json(json_str: str) SoftwareGetResponse
Create an instance of SoftwareGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_installation module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation.SoftwareInstallation(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None, current_step_id: Optional[StrictStr] = None, details: Optional[StrictStr] = None, mode: Optional[StrictStr] = None, override_checks: Optional[ConstrainedListValue[OverrideCheck]] = None, software: Optional[Reference] = None, status: Optional[StrictStr] = None, upgrade_parameters: Optional[ConstrainedListValue[UpgradeParameters]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- current_step_id: Optional[StrictStr]
- details: Optional[StrictStr]
- end_time: Optional[StrictInt]
- classmethod from_dict(obj: dict) SoftwareInstallation
Create an instance of SoftwareInstallation from a dict
- classmethod from_json(json_str: str) SoftwareInstallation
Create an instance of SoftwareInstallation from a JSON string
- id: Optional[StrictStr]
- mode: Optional[StrictStr]
- name: Optional[StrictStr]
- override_checks: Optional[ConstrainedListValue[OverrideCheck]]
- start_time: Optional[StrictInt]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- upgrade_parameters: Optional[ConstrainedListValue[UpgradeParameters]]
pypureclient.flasharray.FA_2_41.models.software_installation_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation_patch.SoftwareInstallationPatch(*, add_override_checks: Optional[ConstrainedListValue[OverrideCheck]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- add_override_checks: Optional[ConstrainedListValue[OverrideCheck]]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareInstallationPatch
Create an instance of SoftwareInstallationPatch from a dict
- classmethod from_json(json_str: str) SoftwareInstallationPatch
Create an instance of SoftwareInstallationPatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_installation_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation_post.SoftwareInstallationPost(*, mode: Optional[StrictStr] = None, override_checks: Optional[ConstrainedListValue[OverrideCheck]] = None, upgrade_parameters: Optional[ConstrainedListValue[UpgradeParameters]] = None)
Bases:
BaseModelSoftware upgrade attempt. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareInstallationPost
Create an instance of SoftwareInstallationPost from a dict
- classmethod from_json(json_str: str) SoftwareInstallationPost
Create an instance of SoftwareInstallationPost from a JSON string
- mode: Optional[StrictStr]
- override_checks: Optional[ConstrainedListValue[OverrideCheck]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- upgrade_parameters: Optional[ConstrainedListValue[UpgradeParameters]]
pypureclient.flasharray.FA_2_41.models.software_installation_step module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation_step.SoftwareInstallationStep(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None, checks: Optional[ConstrainedListValue[SoftwareInstallationStepsChecks]] = None, description: Optional[StrictStr] = None, details: Optional[StrictStr] = None, hop_version: Optional[StrictStr] = None, installation: Optional[Reference] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- checks: Optional[ConstrainedListValue[SoftwareInstallationStepsChecks]]
- description: Optional[StrictStr]
- details: Optional[StrictStr]
- end_time: Optional[StrictInt]
- classmethod from_dict(obj: dict) SoftwareInstallationStep
Create an instance of SoftwareInstallationStep from a dict
- classmethod from_json(json_str: str) SoftwareInstallationStep
Create an instance of SoftwareInstallationStep from a JSON string
- hop_version: Optional[StrictStr]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- start_time: Optional[StrictInt]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_installation_steps_checks module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation_steps_checks.SoftwareInstallationStepsChecks(*, details: Optional[StrictStr] = None, name: Optional[StrictStr] = None, overridable: Optional[StrictBool] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareInstallationStepsChecks
Create an instance of SoftwareInstallationStepsChecks from a dict
- classmethod from_json(json_str: str) SoftwareInstallationStepsChecks
Create an instance of SoftwareInstallationStepsChecks from a JSON string
- name: Optional[StrictStr]
- overridable: Optional[StrictBool]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_installation_steps_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation_steps_get_response.SoftwareInstallationStepsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareInstallationStep]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareInstallationStepsGetResponse
Create an instance of SoftwareInstallationStepsGetResponse from a dict
- classmethod from_json(json_str: str) SoftwareInstallationStepsGetResponse
Create an instance of SoftwareInstallationStepsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareInstallationStep]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_installation_steps_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installation_steps_response.SoftwareInstallationStepsResponse(*, items: Optional[ConstrainedListValue[SoftwareInstallationStep]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareInstallationStepsResponse
Create an instance of SoftwareInstallationStepsResponse from a dict
- classmethod from_json(json_str: str) SoftwareInstallationStepsResponse
Create an instance of SoftwareInstallationStepsResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareInstallationStep]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_installations_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installations_get_response.SoftwareInstallationsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareInstallation]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareInstallationsGetResponse
Create an instance of SoftwareInstallationsGetResponse from a dict
- classmethod from_json(json_str: str) SoftwareInstallationsGetResponse
Create an instance of SoftwareInstallationsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareInstallation]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_installations_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_installations_response.SoftwareInstallationsResponse(*, items: Optional[ConstrainedListValue[SoftwareInstallation]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareInstallationsResponse
Create an instance of SoftwareInstallationsResponse from a dict
- classmethod from_json(json_str: str) SoftwareInstallationsResponse
Create an instance of SoftwareInstallationsResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareInstallation]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_patch.SoftwarePatch(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, alert_code: Optional[StrictInt] = None, description: Optional[StrictStr] = None, details: Optional[StrictStr] = None, ha_reduction_required: Optional[StrictBool] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- alert_code: Optional[StrictInt]
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwarePatch
Create an instance of SoftwarePatch from a dict
- classmethod from_json(json_str: str) SoftwarePatch
Create an instance of SoftwarePatch from a JSON string
- ha_reduction_required: Optional[StrictBool]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- progress: Optional[Union[StrictFloat, StrictInt]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_patches_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_patches_get_response.SoftwarePatchesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwarePatch]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwarePatchesGetResponse
Create an instance of SoftwarePatchesGetResponse from a dict
- classmethod from_json(json_str: str) SoftwarePatchesGetResponse
Create an instance of SoftwarePatchesGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwarePatch]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_patches_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_patches_response.SoftwarePatchesResponse(*, items: Optional[ConstrainedListValue[SoftwarePatch]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwarePatchesResponse
Create an instance of SoftwarePatchesResponse from a dict
- classmethod from_json(json_str: str) SoftwarePatchesResponse
Create an instance of SoftwarePatchesResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwarePatch]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_post.SoftwarePost(*, name: Optional[StrictStr] = None, version: Optional[StrictStr] = None)
Bases:
BaseModelSoftware to be installed on the array. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwarePost
Create an instance of SoftwarePost from a dict
- classmethod from_json(json_str: str) SoftwarePost
Create an instance of SoftwarePost from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.software_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_response.SoftwareResponse(*, items: Optional[ConstrainedListValue[Software]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareResponse
Create an instance of SoftwareResponse from a dict
- classmethod from_json(json_str: str) SoftwareResponse
Create an instance of SoftwareResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_upgrade_plan module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_upgrade_plan.SoftwareUpgradePlan(*, description: Optional[StrictStr] = None, hop_version: Optional[StrictStr] = None, step_name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- description: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareUpgradePlan
Create an instance of SoftwareUpgradePlan from a dict
- classmethod from_json(json_str: str) SoftwareUpgradePlan
Create an instance of SoftwareUpgradePlan from a JSON string
- hop_version: Optional[StrictStr]
- step_name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.software_version module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_version.SoftwareVersion(*, details: Optional[StrictStr] = None, name: Optional[StrictStr] = None, release_family: Optional[StrictStr] = None, upgrade_hops: Optional[ConstrainedListValue[StrictStr]] = None, version: Optional[StrictStr] = None)
Bases:
BaseModelVersion candidates for software upgrade. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- details: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareVersion
Create an instance of SoftwareVersion from a dict
- classmethod from_json(json_str: str) SoftwareVersion
Create an instance of SoftwareVersion from a JSON string
- name: Optional[StrictStr]
- release_family: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- upgrade_hops: Optional[ConstrainedListValue[StrictStr]]
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.software_versions_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_versions_get_response.SoftwareVersionsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareVersion]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SoftwareVersionsGetResponse
Create an instance of SoftwareVersionsGetResponse from a dict
- classmethod from_json(json_str: str) SoftwareVersionsGetResponse
Create an instance of SoftwareVersionsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareVersion]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.software_versions_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.software_versions_response.SoftwareVersionsResponse(*, items: Optional[ConstrainedListValue[SoftwareVersion]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SoftwareVersionsResponse
Create an instance of SoftwareVersionsResponse from a dict
- classmethod from_json(json_str: str) SoftwareVersionsResponse
Create an instance of SoftwareVersionsResponse from a JSON string
- items: Optional[ConstrainedListValue[SoftwareVersion]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.space.Space(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- data_reduction: Optional[Union[StrictFloat, StrictInt]]
- footprint: Optional[ConstrainedIntValue]
- snapshots: Optional[ConstrainedIntValue]
- system: Optional[ConstrainedIntValue]
- thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_physical: Optional[ConstrainedIntValue]
- total_provisioned: Optional[ConstrainedIntValue]
- total_reduction: Optional[Union[StrictFloat, StrictInt]]
- total_used: Optional[ConstrainedIntValue]
- unique: Optional[ConstrainedIntValue]
- used_provisioned: Optional[ConstrainedIntValue]
- virtual: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.space_no_deprecated_physical_or_effective module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.space_no_deprecated_physical_or_effective.SpaceNoDeprecatedPhysicalOrEffective(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- data_reduction: Optional[Union[StrictFloat, StrictInt]]
- footprint: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) SpaceNoDeprecatedPhysicalOrEffective
Create an instance of SpaceNoDeprecatedPhysicalOrEffective from a dict
- classmethod from_json(json_str: str) SpaceNoDeprecatedPhysicalOrEffective
Create an instance of SpaceNoDeprecatedPhysicalOrEffective from a JSON string
- snapshots: Optional[ConstrainedIntValue]
- system: Optional[ConstrainedIntValue]
- thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_provisioned: Optional[ConstrainedIntValue]
- total_reduction: Optional[Union[StrictFloat, StrictInt]]
- total_used: Optional[ConstrainedIntValue]
- unique: Optional[ConstrainedIntValue]
- used_provisioned: Optional[ConstrainedIntValue]
- virtual: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.start_end_time module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.start_end_time.StartEndTime(*, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None)
Bases:
BaseModelA resource with a start time and end time. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- end_time: Optional[StrictInt]
- classmethod from_dict(obj: dict) StartEndTime
Create an instance of StartEndTime from a dict
- classmethod from_json(json_str: str) StartEndTime
Create an instance of StartEndTime from a JSON string
- start_time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.subnet module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subnet.Subnet(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, gateway: Optional[StrictStr] = None, mtu: Optional[ConstrainedIntValue] = None, prefix: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None, interfaces: Optional[ConstrainedListValue[FixedReferenceNoId]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- gateway: Optional[StrictStr]
- interfaces: Optional[ConstrainedListValue[FixedReferenceNoId]]
- mtu: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- prefix: Optional[StrictStr]
- services: Optional[ConstrainedListValue[StrictStr]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.subnet_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subnet_get_response.SubnetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Subnet]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SubnetGetResponse
Create an instance of SubnetGetResponse from a dict
- classmethod from_json(json_str: str) SubnetGetResponse
Create an instance of SubnetGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.subnet_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subnet_patch.SubnetPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, gateway: Optional[StrictStr] = None, mtu: Optional[ConstrainedIntValue] = None, prefix: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) SubnetPatch
Create an instance of SubnetPatch from a dict
- classmethod from_json(json_str: str) SubnetPatch
Create an instance of SubnetPatch from a JSON string
- gateway: Optional[StrictStr]
- mtu: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- prefix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.subnet_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subnet_post.SubnetPost(*, enabled: Optional[StrictBool] = None, gateway: Optional[StrictStr] = None, mtu: Optional[ConstrainedIntValue] = None, prefix: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) SubnetPost
Create an instance of SubnetPost from a dict
- classmethod from_json(json_str: str) SubnetPost
Create an instance of SubnetPost from a JSON string
- gateway: Optional[StrictStr]
- mtu: Optional[ConstrainedIntValue]
- prefix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vlan: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.subnet_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subnet_response.SubnetResponse(*, items: Optional[ConstrainedListValue[Subnet]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SubnetResponse
Create an instance of SubnetResponse from a dict
- classmethod from_json(json_str: str) SubnetResponse
Create an instance of SubnetResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.subscription module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription.Subscription(*, id: Optional[StrictStr] = None, service: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) Subscription
Create an instance of Subscription from a dict
- classmethod from_json(json_str: str) Subscription
Create an instance of Subscription from a JSON string
- id: Optional[StrictStr]
- service: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.subscription_asset module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription_asset.SubscriptionAsset(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, subscription: Optional[SubscriptionAssetSubscription] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SubscriptionAsset
Create an instance of SubscriptionAsset from a dict
- classmethod from_json(json_str: str) SubscriptionAsset
Create an instance of SubscriptionAsset from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- subscription: Optional[SubscriptionAssetSubscription]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.subscription_asset_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription_asset_get_response.SubscriptionAssetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SubscriptionAsset]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SubscriptionAssetGetResponse
Create an instance of SubscriptionAssetGetResponse from a dict
- classmethod from_json(json_str: str) SubscriptionAssetGetResponse
Create an instance of SubscriptionAssetGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SubscriptionAsset]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.subscription_asset_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription_asset_response.SubscriptionAssetResponse(*, items: Optional[ConstrainedListValue[SubscriptionAsset]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SubscriptionAssetResponse
Create an instance of SubscriptionAssetResponse from a dict
- classmethod from_json(json_str: str) SubscriptionAssetResponse
Create an instance of SubscriptionAssetResponse from a JSON string
- items: Optional[ConstrainedListValue[SubscriptionAsset]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.subscription_asset_subscription module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription_asset_subscription.SubscriptionAssetSubscription(*, id: Optional[StrictStr] = None)
Bases:
BaseModelA reference to which subscription this appliance belongs. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SubscriptionAssetSubscription
Create an instance of SubscriptionAssetSubscription from a dict
- classmethod from_json(json_str: str) SubscriptionAssetSubscription
Create an instance of SubscriptionAssetSubscription from a JSON string
- id: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.subscription_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription_get_response.SubscriptionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Subscription]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SubscriptionGetResponse
Create an instance of SubscriptionGetResponse from a dict
- classmethod from_json(json_str: str) SubscriptionGetResponse
Create an instance of SubscriptionGetResponse from a JSON string
- items: Optional[ConstrainedListValue[Subscription]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.subscription_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.subscription_response.SubscriptionResponse(*, items: Optional[ConstrainedListValue[Subscription]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SubscriptionResponse
Create an instance of SubscriptionResponse from a dict
- classmethod from_json(json_str: str) SubscriptionResponse
Create an instance of SubscriptionResponse from a JSON string
- items: Optional[ConstrainedListValue[Subscription]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support.Support(*, phonehome_enabled: Optional[StrictBool] = None, proxy: Optional[StrictStr] = None, remote_assist_active: Optional[StrictBool] = None, remote_assist_duration: Optional[StrictInt] = None, remote_assist_expires: Optional[StrictInt] = None, remote_assist_opened: Optional[StrictInt] = None, remote_assist_paths: Optional[ConstrainedListValue[SupportRemoteAssistPaths]] = None, remote_assist_status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- phonehome_enabled: Optional[StrictBool]
- proxy: Optional[StrictStr]
- remote_assist_active: Optional[StrictBool]
- remote_assist_duration: Optional[StrictInt]
- remote_assist_expires: Optional[StrictInt]
- remote_assist_opened: Optional[StrictInt]
- remote_assist_paths: Optional[ConstrainedListValue[SupportRemoteAssistPaths]]
- remote_assist_status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_diagnostics_details module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_diagnostics_details.SupportDiagnosticsDetails(*, result_details: Optional[StrictStr] = None, severity: Optional[StrictStr] = None, test_name: Optional[StrictStr] = None, test_type: Optional[StrictStr] = None)
Bases:
BaseModelDetails of diagnostics tests tasks # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportDiagnosticsDetails
Create an instance of SupportDiagnosticsDetails from a dict
- classmethod from_json(json_str: str) SupportDiagnosticsDetails
Create an instance of SupportDiagnosticsDetails from a JSON string
- result_details: Optional[StrictStr]
- severity: Optional[StrictStr]
- test_name: Optional[StrictStr]
- test_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_diagnostics_details_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_diagnostics_details_get_response.SupportDiagnosticsDetailsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SupportDiagnosticsDetails]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportDiagnosticsDetailsGetResponse
Create an instance of SupportDiagnosticsDetailsGetResponse from a dict
- classmethod from_json(json_str: str) SupportDiagnosticsDetailsGetResponse
Create an instance of SupportDiagnosticsDetailsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportDiagnosticsDetails]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.support_diagnostics_details_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_diagnostics_details_response.SupportDiagnosticsDetailsResponse(*, items: Optional[ConstrainedListValue[SupportDiagnosticsDetails]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportDiagnosticsDetailsResponse
Create an instance of SupportDiagnosticsDetailsResponse from a dict
- classmethod from_json(json_str: str) SupportDiagnosticsDetailsResponse
Create an instance of SupportDiagnosticsDetailsResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportDiagnosticsDetails]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_diagnostics_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_diagnostics_get_response.SupportDiagnosticsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SupportDiagnosticsSettings]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportDiagnosticsGetResponse
Create an instance of SupportDiagnosticsGetResponse from a dict
- classmethod from_json(json_str: str) SupportDiagnosticsGetResponse
Create an instance of SupportDiagnosticsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportDiagnosticsSettings]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.support_diagnostics_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_diagnostics_response.SupportDiagnosticsResponse(*, items: Optional[ConstrainedListValue[SupportDiagnosticsSettings]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportDiagnosticsResponse
Create an instance of SupportDiagnosticsResponse from a dict
- classmethod from_json(json_str: str) SupportDiagnosticsResponse
Create an instance of SupportDiagnosticsResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportDiagnosticsSettings]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_diagnostics_settings module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_diagnostics_settings.SupportDiagnosticsSettings(*, last_updated: Optional[StrictInt] = None, version: Optional[StrictStr] = None)
Bases:
BaseModelDiagnostics tools # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportDiagnosticsSettings
Create an instance of SupportDiagnosticsSettings from a dict
- classmethod from_json(json_str: str) SupportDiagnosticsSettings
Create an instance of SupportDiagnosticsSettings from a JSON string
- last_updated: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- version: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.support_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_get_response.SupportGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Support]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportGetResponse
Create an instance of SupportGetResponse from a dict
- classmethod from_json(json_str: str) SupportGetResponse
Create an instance of SupportGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.support_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_patch.SupportPatch(*, phonehome_enabled: Optional[StrictBool] = None, proxy: Optional[StrictStr] = None, remote_assist_active: Optional[StrictBool] = None, remote_assist_duration: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportPatch
Create an instance of SupportPatch from a dict
- classmethod from_json(json_str: str) SupportPatch
Create an instance of SupportPatch from a JSON string
- phonehome_enabled: Optional[StrictBool]
- proxy: Optional[StrictStr]
- remote_assist_active: Optional[StrictBool]
- remote_assist_duration: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_paths module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_paths.SupportRemoteAssistPaths(*, component_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- component_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportRemoteAssistPaths
Create an instance of SupportRemoteAssistPaths from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistPaths
Create an instance of SupportRemoteAssistPaths from a JSON string
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions.SupportRemoteAssistSessions(*, access_level: Optional[StrictStr] = None, active: Optional[StrictBool] = None, duration: Optional[StrictInt] = None, expires: Optional[StrictInt] = None, opened: Optional[StrictInt] = None, paths: Optional[ConstrainedListValue[SupportRemoteAssistSessionsPaths]] = None, status: Optional[StrictStr] = None)
Bases:
BaseModelRemote assist session settings. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_level: Optional[StrictStr]
- active: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- duration: Optional[StrictInt]
- expires: Optional[StrictInt]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessions
Create an instance of SupportRemoteAssistSessions from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessions
Create an instance of SupportRemoteAssistSessions from a JSON string
- opened: Optional[StrictInt]
- paths: Optional[ConstrainedListValue[SupportRemoteAssistSessionsPaths]]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_get_response.SupportRemoteAssistSessionsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SupportRemoteAssistSessions]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsGetResponse
Create an instance of SupportRemoteAssistSessionsGetResponse from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsGetResponse
Create an instance of SupportRemoteAssistSessionsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportRemoteAssistSessions]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_patch.SupportRemoteAssistSessionsPatch(*, access_level_override: Optional[StrictStr] = None, active: Optional[StrictBool] = None, duration: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- access_level_override: Optional[StrictStr]
- active: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- duration: Optional[StrictInt]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsPatch
Create an instance of SupportRemoteAssistSessionsPatch from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsPatch
Create an instance of SupportRemoteAssistSessionsPatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_paths module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_paths.SupportRemoteAssistSessionsPaths(*, component_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- component_name: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsPaths
Create an instance of SupportRemoteAssistSessionsPaths from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsPaths
Create an instance of SupportRemoteAssistSessionsPaths from a JSON string
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_response.SupportRemoteAssistSessionsResponse(*, items: Optional[ConstrainedListValue[SupportRemoteAssistSessions]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsResponse
Create an instance of SupportRemoteAssistSessionsResponse from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsResponse
Create an instance of SupportRemoteAssistSessionsResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportRemoteAssistSessions]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_settings module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_settings.SupportRemoteAssistSessionsSettings(*, default_access_level: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- default_access_level: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsSettings
Create an instance of SupportRemoteAssistSessionsSettings from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsSettings
Create an instance of SupportRemoteAssistSessionsSettings from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_settings_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_settings_get_response.SupportRemoteAssistSessionsSettingsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SupportRemoteAssistSessionsSettings]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsSettingsGetResponse
Create an instance of SupportRemoteAssistSessionsSettingsGetResponse from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsSettingsGetResponse
Create an instance of SupportRemoteAssistSessionsSettingsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportRemoteAssistSessionsSettings]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_settings_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_remote_assist_sessions_settings_response.SupportRemoteAssistSessionsSettingsResponse(*, items: Optional[ConstrainedListValue[SupportRemoteAssistSessionsSettings]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportRemoteAssistSessionsSettingsResponse
Create an instance of SupportRemoteAssistSessionsSettingsResponse from a dict
- classmethod from_json(json_str: str) SupportRemoteAssistSessionsSettingsResponse
Create an instance of SupportRemoteAssistSessionsSettingsResponse from a JSON string
- items: Optional[ConstrainedListValue[SupportRemoteAssistSessionsSettings]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.support_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.support_response.SupportResponse(*, items: Optional[ConstrainedListValue[Support]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SupportResponse
Create an instance of SupportResponse from a dict
- classmethod from_json(json_str: str) SupportResponse
Create an instance of SupportResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.syslog_server module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.syslog_server.SyslogServer(*, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, target_type: Optional[StrictStr] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, uri: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) SyslogServer
Create an instance of SyslogServer from a dict
- classmethod from_json(json_str: str) SyslogServer
Create an instance of SyslogServer from a JSON string
- name: Optional[StrictStr]
- services: Optional[ConstrainedListValue[StrictStr]]
- target_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- uri: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.syslog_server_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.syslog_server_get_response.SyslogServerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SyslogServer]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) SyslogServerGetResponse
Create an instance of SyslogServerGetResponse from a dict
- classmethod from_json(json_str: str) SyslogServerGetResponse
Create an instance of SyslogServerGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SyslogServer]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.syslog_server_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.syslog_server_response.SyslogServerResponse(*, items: Optional[ConstrainedListValue[SyslogServer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SyslogServerResponse
Create an instance of SyslogServerResponse from a dict
- classmethod from_json(json_str: str) SyslogServerResponse
Create an instance of SyslogServerResponse from a JSON string
- items: Optional[ConstrainedListValue[SyslogServer]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.syslog_server_settings module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.syslog_server_settings.SyslogServerSettings(*, context: Optional[FixedReference] = None, ca_certificate: Optional[StrictStr] = None, logging_severity: Optional[StrictStr] = None, tls_audit_enabled: Optional[StrictBool] = None)
Bases:
BaseModelGlobal settings for syslog servers. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- ca_certificate: Optional[StrictStr]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) SyslogServerSettings
Create an instance of SyslogServerSettings from a dict
- classmethod from_json(json_str: str) SyslogServerSettings
Create an instance of SyslogServerSettings from a JSON string
- logging_severity: Optional[StrictStr]
- tls_audit_enabled: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.syslog_server_settings_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.syslog_server_settings_get_response.SyslogServerSettingsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SyslogServerSettings]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) SyslogServerSettingsGetResponse
Create an instance of SyslogServerSettingsGetResponse from a dict
- classmethod from_json(json_str: str) SyslogServerSettingsGetResponse
Create an instance of SyslogServerSettingsGetResponse from a JSON string
- items: Optional[ConstrainedListValue[SyslogServerSettings]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.syslog_server_settings_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.syslog_server_settings_response.SyslogServerSettingsResponse(*, items: Optional[ConstrainedListValue[SyslogServerSettings]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) SyslogServerSettingsResponse
Create an instance of SyslogServerSettingsResponse from a dict
- classmethod from_json(json_str: str) SyslogServerSettingsResponse
Create an instance of SyslogServerSettingsResponse from a JSON string
- items: Optional[ConstrainedListValue[SyslogServerSettings]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.tag module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.tag.Tag(*, context: Optional[FixedReference] = None, copyable: Optional[StrictBool] = None, key: Optional[StrictStr] = None, namespace: Optional[StrictStr] = None, resource: Optional[FixedReference] = None, value: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- copyable: Optional[StrictBool]
- key: Optional[StrictStr]
- namespace: Optional[StrictStr]
- resource: Optional[FixedReference]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.tag_batch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.tag_batch.TagBatch(*, copyable: Optional[StrictBool] = None, key: Optional[StrictStr] = None, namespace: Optional[StrictStr] = None, resource: Optional[Reference] = None, value: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- copyable: Optional[StrictBool]
- key: Optional[StrictStr]
- namespace: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.tag_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.tag_get_response.TagGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Tag]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) TagGetResponse
Create an instance of TagGetResponse from a dict
- classmethod from_json(json_str: str) TagGetResponse
Create an instance of TagGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.tag_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.tag_response.TagResponse(*, items: Optional[ConstrainedListValue[Tag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TagResponse
Create an instance of TagResponse from a dict
- classmethod from_json(json_str: str) TagResponse
Create an instance of TagResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.target_protection_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.target_protection_group.TargetProtectionGroup(*, context: Optional[FixedReference] = None, allowed: Optional[StrictBool] = None, group: Optional[Reference] = None, member: Optional[ReferenceWithType] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) TargetProtectionGroup
Create an instance of TargetProtectionGroup from a dict
- classmethod from_json(json_str: str) TargetProtectionGroup
Create an instance of TargetProtectionGroup from a JSON string
- member: Optional[ReferenceWithType]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.target_protection_group_post_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.target_protection_group_post_patch.TargetProtectionGroupPostPatch(*, allowed: Optional[StrictBool] = None, protection_group: Optional[FixedReference] = None, target: Optional[FixedReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TargetProtectionGroupPostPatch
Create an instance of TargetProtectionGroupPostPatch from a dict
- classmethod from_json(json_str: str) TargetProtectionGroupPostPatch
Create an instance of TargetProtectionGroupPostPatch from a JSON string
- protection_group: Optional[FixedReference]
- target: Optional[FixedReferenceNoId]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result.TestResult(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- component_address: Optional[StrictStr]
- component_name: Optional[StrictStr]
- description: Optional[StrictStr]
- destination: Optional[StrictStr]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) TestResult
Create an instance of TestResult from a dict
- classmethod from_json(json_str: str) TestResult
Create an instance of TestResult from a JSON string
- result_details: Optional[StrictStr]
- success: Optional[StrictBool]
- test_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_get_response.TestResultGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TestResult]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) TestResultGetResponse
Create an instance of TestResultGetResponse from a dict
- classmethod from_json(json_str: str) TestResultGetResponse
Create an instance of TestResultGetResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResult]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.test_result_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_response.TestResultResponse(*, items: Optional[ConstrainedListValue[TestResult]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TestResultResponse
Create an instance of TestResultResponse from a dict
- classmethod from_json(json_str: str) TestResultResponse
Create an instance of TestResultResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResult]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result_with_resource module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource.TestResultWithResource(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None, context: Optional[FixedReference] = None, resource: Optional[FixedReferenceNoId] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- component_address: Optional[StrictStr]
- component_name: Optional[StrictStr]
- context: Optional[FixedReference]
- description: Optional[StrictStr]
- destination: Optional[StrictStr]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) TestResultWithResource
Create an instance of TestResultWithResource from a dict
- classmethod from_json(json_str: str) TestResultWithResource
Create an instance of TestResultWithResource from a JSON string
- resource: Optional[FixedReferenceNoId]
- result_details: Optional[StrictStr]
- success: Optional[StrictBool]
- test_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result_with_resource_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource_get_response.TestResultWithResourceGetResponse(*, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) TestResultWithResourceGetResponse
Create an instance of TestResultWithResourceGetResponse from a dict
- classmethod from_json(json_str: str) TestResultWithResourceGetResponse
Create an instance of TestResultWithResourceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResultWithResource]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.test_result_with_resource_patch_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource_patch_response.TestResultWithResourcePatchResponse(*, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TestResultWithResourcePatchResponse
Create an instance of TestResultWithResourcePatchResponse from a dict
- classmethod from_json(json_str: str) TestResultWithResourcePatchResponse
Create an instance of TestResultWithResourcePatchResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResultWithResource]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result_with_resource_post_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource_post_response.TestResultWithResourcePostResponse(*, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TestResultWithResourcePostResponse
Create an instance of TestResultWithResourcePostResponse from a dict
- classmethod from_json(json_str: str) TestResultWithResourcePostResponse
Create an instance of TestResultWithResourcePostResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResultWithResource]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result_with_resource_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource_response.TestResultWithResourceResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) TestResultWithResourceResponse
Create an instance of TestResultWithResourceResponse from a dict
- classmethod from_json(json_str: str) TestResultWithResourceResponse
Create an instance of TestResultWithResourceResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResultWithResource]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.test_result_with_resource_with_id module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource_with_id.TestResultWithResourceWithId(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None, context: Optional[FixedReference] = None, resource: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- component_address: Optional[StrictStr]
- component_name: Optional[StrictStr]
- context: Optional[FixedReference]
- description: Optional[StrictStr]
- destination: Optional[StrictStr]
- enabled: Optional[StrictBool]
- classmethod from_dict(obj: dict) TestResultWithResourceWithId
Create an instance of TestResultWithResourceWithId from a dict
- classmethod from_json(json_str: str) TestResultWithResourceWithId
Create an instance of TestResultWithResourceWithId from a JSON string
- resource: Optional[FixedReference]
- result_details: Optional[StrictStr]
- success: Optional[StrictBool]
- test_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.test_result_with_resource_with_id_post_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.test_result_with_resource_with_id_post_response.TestResultWithResourceWithIdPostResponse(*, items: Optional[ConstrainedListValue[TestResultWithResourceWithId]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TestResultWithResourceWithIdPostResponse
Create an instance of TestResultWithResourceWithIdPostResponse from a dict
- classmethod from_json(json_str: str) TestResultWithResourceWithIdPostResponse
Create an instance of TestResultWithResourceWithIdPostResponse from a JSON string
- items: Optional[ConstrainedListValue[TestResultWithResourceWithId]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.throttle module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.throttle.Throttle(*, default_limit: Optional[StrictInt] = None, window: Optional[TimeWindow] = None, window_limit: Optional[StrictInt] = None)
Bases:
BaseModelThe bandwidth throttling for an array connection. Configurable on PATCH only. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- default_limit: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- window: Optional[TimeWindow]
- window_limit: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.throttle_deprecated module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.throttle_deprecated.ThrottleDeprecated(*, default_limit: Optional[StrictInt] = None, window: Optional[TimeWindow] = None, window_limit: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- default_limit: Optional[StrictInt]
- classmethod from_dict(obj: dict) ThrottleDeprecated
Create an instance of ThrottleDeprecated from a dict
- classmethod from_json(json_str: str) ThrottleDeprecated
Create an instance of ThrottleDeprecated from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- window: Optional[TimeWindow]
- window_limit: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.time_window module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.time_window.TimeWindow(*, end: Optional[StrictInt] = None, start: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- end: Optional[StrictInt]
- classmethod from_dict(obj: dict) TimeWindow
Create an instance of TimeWindow from a dict
- classmethod from_json(json_str: str) TimeWindow
Create an instance of TimeWindow from a JSON string
- start: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.total_item_count_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.total_item_count_response.TotalItemCountResponse(*, total_item_count: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) TotalItemCountResponse
Create an instance of TotalItemCountResponse from a dict
- classmethod from_json(json_str: str) TotalItemCountResponse
Create an instance of TotalItemCountResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.transfer module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.transfer.Transfer(*, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- completed: Optional[StrictInt]
- data_transferred: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- physical_bytes_written: Optional[StrictInt]
- progress: Optional[Union[StrictFloat, StrictInt]]
- started: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.upgrade_parameters module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.upgrade_parameters.UpgradeParameters(*, name: Optional[StrictStr] = None, value: Optional[ConstrainedStrValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) UpgradeParameters
Create an instance of UpgradeParameters from a dict
- classmethod from_json(json_str: str) UpgradeParameters
Create an instance of UpgradeParameters from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[ConstrainedStrValue]
pypureclient.flasharray.FA_2_41.models.username module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.username.Username(*, username: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- username: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.username_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.username_response.UsernameResponse(*, items: Optional[ConstrainedListValue[Username]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) UsernameResponse
Create an instance of UsernameResponse from a dict
- classmethod from_json(json_str: str) UsernameResponse
Create an instance of UsernameResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost.Vchost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, vcuuid: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vcuuid: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.vchost_certificate module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_certificate.VchostCertificate(*, certificate: Optional[ReferenceNoIdWithType] = None, endpoints: Optional[ConstrainedListValue[StrictStr]] = None, id: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None, vchost: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate: Optional[ReferenceNoIdWithType]
- endpoints: Optional[ConstrainedListValue[StrictStr]]
- classmethod from_dict(obj: dict) VchostCertificate
Create an instance of VchostCertificate from a dict
- classmethod from_json(json_str: str) VchostCertificate
Create an instance of VchostCertificate from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vchost: Optional[ReferenceWithType]
pypureclient.flasharray.FA_2_41.models.vchost_certificate_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_certificate_get_response.VchostCertificateGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VchostCertificate]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) VchostCertificateGetResponse
Create an instance of VchostCertificateGetResponse from a dict
- classmethod from_json(json_str: str) VchostCertificateGetResponse
Create an instance of VchostCertificateGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VchostCertificate]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.vchost_certificate_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_certificate_patch.VchostCertificatePatch(*, endpoints: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- endpoints: Optional[ConstrainedListValue[StrictStr]]
- classmethod from_dict(obj: dict) VchostCertificatePatch
Create an instance of VchostCertificatePatch from a dict
- classmethod from_json(json_str: str) VchostCertificatePatch
Create an instance of VchostCertificatePatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_certificate_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_certificate_post.VchostCertificatePost(*, certificate: Optional[ReferenceNoIdWithType] = None, endpoints: Optional[ConstrainedListValue[StrictStr]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificate: Optional[ReferenceNoIdWithType]
- endpoints: Optional[ConstrainedListValue[StrictStr]]
- classmethod from_dict(obj: dict) VchostCertificatePost
Create an instance of VchostCertificatePost from a dict
- classmethod from_json(json_str: str) VchostCertificatePost
Create an instance of VchostCertificatePost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_certificate_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_certificate_response.VchostCertificateResponse(*, items: Optional[ConstrainedListValue[VchostCertificate]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostCertificateResponse
Create an instance of VchostCertificateResponse from a dict
- classmethod from_json(json_str: str) VchostCertificateResponse
Create an instance of VchostCertificateResponse from a JSON string
- items: Optional[ConstrainedListValue[VchostCertificate]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_connection module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_connection.VchostConnection(*, all_vchosts: Optional[StrictBool] = False, protocol_endpoint: Optional[FixedReference] = None, vchost: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- all_vchosts: Optional[StrictBool]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostConnection
Create an instance of VchostConnection from a dict
- classmethod from_json(json_str: str) VchostConnection
Create an instance of VchostConnection from a JSON string
- protocol_endpoint: Optional[FixedReference]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vchost: Optional[FixedReference]
pypureclient.flasharray.FA_2_41.models.vchost_connection_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_connection_get_response.VchostConnectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VchostConnection]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) VchostConnectionGetResponse
Create an instance of VchostConnectionGetResponse from a dict
- classmethod from_json(json_str: str) VchostConnectionGetResponse
Create an instance of VchostConnectionGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VchostConnection]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.vchost_connection_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_connection_response.VchostConnectionResponse(*, items: Optional[ConstrainedListValue[VchostConnection]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostConnectionResponse
Create an instance of VchostConnectionResponse from a dict
- classmethod from_json(json_str: str) VchostConnectionResponse
Create an instance of VchostConnectionResponse from a JSON string
- items: Optional[ConstrainedListValue[VchostConnection]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_endpoint module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_endpoint.VchostEndpoint(*, certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None, endpoint: Optional[StrictStr] = None, id: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None, vchost: Optional[ReferenceWithType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
- endpoint: Optional[StrictStr]
- classmethod from_dict(obj: dict) VchostEndpoint
Create an instance of VchostEndpoint from a dict
- classmethod from_json(json_str: str) VchostEndpoint
Create an instance of VchostEndpoint from a JSON string
- id: Optional[StrictStr]
- is_local: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vchost: Optional[ReferenceWithType]
pypureclient.flasharray.FA_2_41.models.vchost_endpoint_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_endpoint_get_response.VchostEndpointGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VchostEndpoint]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) VchostEndpointGetResponse
Create an instance of VchostEndpointGetResponse from a dict
- classmethod from_json(json_str: str) VchostEndpointGetResponse
Create an instance of VchostEndpointGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VchostEndpoint]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.vchost_endpoint_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_endpoint_patch.VchostEndpointPatch(*, certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
- classmethod from_dict(obj: dict) VchostEndpointPatch
Create an instance of VchostEndpointPatch from a dict
- classmethod from_json(json_str: str) VchostEndpointPatch
Create an instance of VchostEndpointPatch from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_endpoint_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_endpoint_post.VchostEndpointPost(*, certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None, endpoint: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
- endpoint: Optional[StrictStr]
- classmethod from_dict(obj: dict) VchostEndpointPost
Create an instance of VchostEndpointPost from a dict
- classmethod from_json(json_str: str) VchostEndpointPost
Create an instance of VchostEndpointPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_endpoint_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_endpoint_response.VchostEndpointResponse(*, items: Optional[ConstrainedListValue[VchostEndpoint]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostEndpointResponse
Create an instance of VchostEndpointResponse from a dict
- classmethod from_json(json_str: str) VchostEndpointResponse
Create an instance of VchostEndpointResponse from a JSON string
- items: Optional[ConstrainedListValue[VchostEndpoint]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_get_response.VchostGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Vchost]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) VchostGetResponse
Create an instance of VchostGetResponse from a dict
- classmethod from_json(json_str: str) VchostGetResponse
Create an instance of VchostGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.vchost_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_patch.VchostPatch(*, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostPatch
Create an instance of VchostPatch from a dict
- classmethod from_json(json_str: str) VchostPatch
Create an instance of VchostPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.vchost_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_post.VchostPost(*, vcuuid: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostPost
Create an instance of VchostPost from a dict
- classmethod from_json(json_str: str) VchostPost
Create an instance of VchostPost from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vcuuid: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.vchost_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.vchost_response.VchostResponse(*, items: Optional[ConstrainedListValue[Vchost]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VchostResponse
Create an instance of VchostResponse from a dict
- classmethod from_json(json_str: str) VchostResponse
Create an instance of VchostResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.virtual_machine module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.virtual_machine.VirtualMachine(*, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, recover_context: Optional[FixedReference] = None, time_remaining: Optional[StrictInt] = None, vm_id: Optional[StrictStr] = None, vm_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VirtualMachine
Create an instance of VirtualMachine from a dict
- classmethod from_json(json_str: str) VirtualMachine
Create an instance of VirtualMachine from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- recover_context: Optional[FixedReference]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vm_id: Optional[StrictStr]
- vm_type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.virtual_machine_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.virtual_machine_get_response.VirtualMachineGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VirtualMachine]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) VirtualMachineGetResponse
Create an instance of VirtualMachineGetResponse from a dict
- classmethod from_json(json_str: str) VirtualMachineGetResponse
Create an instance of VirtualMachineGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VirtualMachine]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.virtual_machine_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.virtual_machine_post.VirtualMachinePost(*, id: Optional[StrictStr] = None, source: Optional[Reference] = None, vm_id: Optional[StrictStr] = None, vm_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VirtualMachinePost
Create an instance of VirtualMachinePost from a dict
- classmethod from_json(json_str: str) VirtualMachinePost
Create an instance of VirtualMachinePost from a JSON string
- id: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vm_id: Optional[StrictStr]
- vm_type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.virtual_machine_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.virtual_machine_response.VirtualMachineResponse(*, items: Optional[ConstrainedListValue[VirtualMachine]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VirtualMachineResponse
Create an instance of VirtualMachineResponse from a dict
- classmethod from_json(json_str: str) VirtualMachineResponse
Create an instance of VirtualMachineResponse from a JSON string
- items: Optional[ConstrainedListValue[VirtualMachine]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.virtual_machine_volume_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.virtual_machine_volume_snapshot.VirtualMachineVolumeSnapshot(*, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, recover_context: Optional[FixedReference] = None, time_remaining: Optional[StrictInt] = None, vm_id: Optional[StrictStr] = None, vm_type: Optional[StrictStr] = None, vvol_name: Optional[StrictStr] = None, vvol_type: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VirtualMachineVolumeSnapshot
Create an instance of VirtualMachineVolumeSnapshot from a dict
- classmethod from_json(json_str: str) VirtualMachineVolumeSnapshot
Create an instance of VirtualMachineVolumeSnapshot from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- recover_context: Optional[FixedReference]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- vm_id: Optional[StrictStr]
- vm_type: Optional[StrictStr]
- vvol_name: Optional[StrictStr]
- vvol_type: Optional[StrictStr]
pypureclient.flasharray.FA_2_41.models.virtual_machine_volume_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.virtual_machine_volume_snapshot_response.VirtualMachineVolumeSnapshotResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VirtualMachineVolumeSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) VirtualMachineVolumeSnapshotResponse
Create an instance of VirtualMachineVolumeSnapshotResponse from a dict
- classmethod from_json(json_str: str) VirtualMachineVolumeSnapshotResponse
Create an instance of VirtualMachineVolumeSnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[VirtualMachineVolumeSnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volume module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume.Volume(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, connection_count: Optional[StrictInt] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, host_encryption_key_status: Optional[StrictStr] = None, priority_adjustment: Optional[PriorityAdjustment] = None, provisioned: Optional[StrictInt] = None, qos: Optional[Qos] = None, serial: Optional[StrictStr] = None, space: Optional[VolumeSpaceCommon] = None, time_remaining: Optional[StrictInt] = None, context: Optional[FixedReference] = None, pod: Optional[Reference] = None, priority: Optional[StrictInt] = None, promotion_status: Optional[StrictStr] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, requested_promotion_state: Optional[StrictStr] = None, source: Optional[FixedReference] = None, subtype: Optional[StrictStr] = None, volume_group: Optional[Reference] = None, workload: Optional[WorkloadConfigurationReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_count: Optional[StrictInt]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- host_encryption_key_status: Optional[StrictStr]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- priority: Optional[StrictInt]
- priority_adjustment: Optional[PriorityAdjustment]
- promotion_status: Optional[StrictStr]
- protocol_endpoint: Optional[ProtocolEndpoint]
- provisioned: Optional[StrictInt]
- requested_promotion_state: Optional[StrictStr]
- serial: Optional[StrictStr]
- source: Optional[FixedReference]
- space: Optional[VolumeSpaceCommon]
- subtype: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- workload: Optional[WorkloadConfigurationReference]
pypureclient.flasharray.FA_2_41.models.volume_batch_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_batch_post.VolumeBatchPost(*, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, source: Optional[Reference] = None, subtype: Optional[StrictStr] = None, tags: Optional[ConstrainedListValue[Tag]] = None, add_to_protection_groups: Optional[ConstrainedListValue[Reference]] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeBatchPost
Create an instance of VolumeBatchPost from a dict
- classmethod from_json(json_str: str) VolumeBatchPost
Create an instance of VolumeBatchPost from a JSON string
- name: Optional[StrictStr]
- priority_adjustment: Optional[PriorityAdjustment]
- protocol_endpoint: Optional[ProtocolEndpoint]
- provisioned: Optional[ConstrainedIntValue]
- subtype: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_common module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_common.VolumeCommon(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, connection_count: Optional[StrictInt] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, host_encryption_key_status: Optional[StrictStr] = None, priority_adjustment: Optional[PriorityAdjustment] = None, provisioned: Optional[StrictInt] = None, qos: Optional[Qos] = None, serial: Optional[StrictStr] = None, space: Optional[VolumeSpaceCommon] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- connection_count: Optional[StrictInt]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeCommon
Create an instance of VolumeCommon from a dict
- classmethod from_json(json_str: str) VolumeCommon
Create an instance of VolumeCommon from a JSON string
- host_encryption_key_status: Optional[StrictStr]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- priority_adjustment: Optional[PriorityAdjustment]
- provisioned: Optional[StrictInt]
- serial: Optional[StrictStr]
- space: Optional[VolumeSpaceCommon]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_diff module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_diff.VolumeDiff(*, context: Optional[FixedReference] = None, length: Optional[StrictInt] = None, offset: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) VolumeDiff
Create an instance of VolumeDiff from a dict
- classmethod from_json(json_str: str) VolumeDiff
Create an instance of VolumeDiff from a JSON string
- length: Optional[StrictInt]
- offset: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_get_response.VolumeGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Volume]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[Volume]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) VolumeGetResponse
Create an instance of VolumeGetResponse from a dict
- classmethod from_json(json_str: str) VolumeGetResponse
Create an instance of VolumeGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volume_group module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_group.VolumeGroup(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, workload: Optional[WorkloadConfigurationFixedReferenceWorkload] = None, destroyed: Optional[StrictBool] = None, pod: Optional[Reference] = None, priority_adjustment: Optional[PriorityAdjustment] = None, qos: Optional[Qos] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None, volume_count: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeGroup
Create an instance of VolumeGroup from a dict
- classmethod from_json(json_str: str) VolumeGroup
Create an instance of VolumeGroup from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- priority_adjustment: Optional[PriorityAdjustment]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_count: Optional[StrictInt]
- workload: Optional[WorkloadConfigurationFixedReferenceWorkload]
pypureclient.flasharray.FA_2_41.models.volume_group_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_group_get_response.VolumeGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeGroup]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[VolumeGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) VolumeGroupGetResponse
Create an instance of VolumeGroupGetResponse from a dict
- classmethod from_json(json_str: str) VolumeGroupGetResponse
Create an instance of VolumeGroupGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeGroup]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[VolumeGroup]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volume_group_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_group_patch.VolumeGroupPatch(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, qos: Optional[Qos] = None, space: Optional[Space] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeGroupPatch
Create an instance of VolumeGroupPatch from a dict
- classmethod from_json(json_str: str) VolumeGroupPatch
Create an instance of VolumeGroupPatch from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- priority_adjustment: Optional[PriorityAdjustment]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_group_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_group_performance.VolumeGroupPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) VolumeGroupPerformance
Create an instance of VolumeGroupPerformance from a dict
- classmethod from_json(json_str: str) VolumeGroupPerformance
Create an instance of VolumeGroupPerformance from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.volume_group_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_group_post.VolumeGroupPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, qos: Optional[Qos] = None, space: Optional[Space] = None, tags: Optional[ConstrainedListValue[Tag]] = None, time_remaining: Optional[StrictInt] = None, volume_count: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeGroupPost
Create an instance of VolumeGroupPost from a dict
- classmethod from_json(json_str: str) VolumeGroupPost
Create an instance of VolumeGroupPost from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- priority_adjustment: Optional[PriorityAdjustment]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volume_group_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_group_response.VolumeGroupResponse(*, items: Optional[ConstrainedListValue[VolumeGroup]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VolumeGroupResponse
Create an instance of VolumeGroupResponse from a dict
- classmethod from_json(json_str: str) VolumeGroupResponse
Create an instance of VolumeGroupResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeGroup]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_patch.VolumePatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, pod: Optional[Reference] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, requested_promotion_state: Optional[StrictStr] = None, volume_group: Optional[Reference] = None, workload: Optional[ReferenceWithFixedType] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumePatch
Create an instance of VolumePatch from a dict
- classmethod from_json(json_str: str) VolumePatch
Create an instance of VolumePatch from a JSON string
- name: Optional[StrictStr]
- priority_adjustment: Optional[PriorityAdjustment]
- protocol_endpoint: Optional[ProtocolEndpoint]
- provisioned: Optional[ConstrainedIntValue]
- requested_promotion_state: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- workload: Optional[ReferenceWithFixedType]
pypureclient.flasharray.FA_2_41.models.volume_performance module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_performance.VolumePerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- bytes_per_mirrored_write: Optional[ConstrainedIntValue]
- bytes_per_op: Optional[ConstrainedIntValue]
- bytes_per_read: Optional[ConstrainedIntValue]
- bytes_per_write: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) VolumePerformance
Create an instance of VolumePerformance from a dict
- classmethod from_json(json_str: str) VolumePerformance
Create an instance of VolumePerformance from a JSON string
- id: Optional[StrictStr]
- mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
- mirrored_writes_per_sec: Optional[ConstrainedIntValue]
- name: Optional[StrictStr]
- qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
- qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- queue_usec_per_read_op: Optional[ConstrainedIntValue]
- queue_usec_per_write_op: Optional[ConstrainedIntValue]
- read_bytes_per_sec: Optional[ConstrainedIntValue]
- reads_per_sec: Optional[ConstrainedIntValue]
- san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- san_usec_per_read_op: Optional[ConstrainedIntValue]
- san_usec_per_write_op: Optional[ConstrainedIntValue]
- service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op: Optional[ConstrainedIntValue]
- service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- service_usec_per_write_op: Optional[ConstrainedIntValue]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
- usec_per_read_op: Optional[ConstrainedIntValue]
- usec_per_write_op: Optional[ConstrainedIntValue]
- write_bytes_per_sec: Optional[ConstrainedIntValue]
- writes_per_sec: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.volume_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_post.VolumePost(*, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, source: Optional[Reference] = None, subtype: Optional[StrictStr] = None, tags: Optional[ConstrainedListValue[Tag]] = None, workload: Optional[WorkloadConfigurationReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumePost
Create an instance of VolumePost from a dict
- classmethod from_json(json_str: str) VolumePost
Create an instance of VolumePost from a JSON string
- priority_adjustment: Optional[PriorityAdjustment]
- protocol_endpoint: Optional[ProtocolEndpoint]
- provisioned: Optional[ConstrainedIntValue]
- subtype: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- workload: Optional[WorkloadConfigurationReference]
pypureclient.flasharray.FA_2_41.models.volume_post_base module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_post_base.VolumePostBase(*, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, source: Optional[Reference] = None, subtype: Optional[StrictStr] = None, tags: Optional[ConstrainedListValue[Tag]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumePostBase
Create an instance of VolumePostBase from a dict
- classmethod from_json(json_str: str) VolumePostBase
Create an instance of VolumePostBase from a JSON string
- priority_adjustment: Optional[PriorityAdjustment]
- protocol_endpoint: Optional[ProtocolEndpoint]
- provisioned: Optional[ConstrainedIntValue]
- subtype: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_response.VolumeResponse(*, items: Optional[ConstrainedListValue[Volume]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VolumeResponse
Create an instance of VolumeResponse from a dict
- classmethod from_json(json_str: str) VolumeResponse
Create an instance of VolumeResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_snapshot module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot.VolumeSnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, provisioned: Optional[StrictInt] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, context: Optional[FixedReference] = None, serial: Optional[StrictStr] = None, space: Optional[SnapshotSpace] = None, volume_group: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeSnapshot
Create an instance of VolumeSnapshot from a dict
- classmethod from_json(json_str: str) VolumeSnapshot
Create an instance of VolumeSnapshot from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- pod: Optional[FixedReference]
- provisioned: Optional[StrictInt]
- serial: Optional[StrictStr]
- source: Optional[FixedReference]
- space: Optional[SnapshotSpace]
- suffix: Optional[StrictStr]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- volume_group: Optional[FixedReference]
pypureclient.flasharray.FA_2_41.models.volume_snapshot_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_get_response.VolumeSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeSnapshot]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[VolumeSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) VolumeSnapshotGetResponse
Create an instance of VolumeSnapshotGetResponse from a dict
- classmethod from_json(json_str: str) VolumeSnapshotGetResponse
Create an instance of VolumeSnapshotGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeSnapshot]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[VolumeSnapshot]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volume_snapshot_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_patch.VolumeSnapshotPatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeSnapshotPatch
Create an instance of VolumeSnapshotPatch from a dict
- classmethod from_json(json_str: str) VolumeSnapshotPatch
Create an instance of VolumeSnapshotPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_snapshot_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_post.VolumeSnapshotPost(*, destroyed: Optional[StrictBool] = None, suffix: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeSnapshotPost
Create an instance of VolumeSnapshotPost from a dict
- classmethod from_json(json_str: str) VolumeSnapshotPost
Create an instance of VolumeSnapshotPost from a JSON string
- suffix: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_snapshot_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_response.VolumeSnapshotResponse(*, items: Optional[ConstrainedListValue[VolumeSnapshot]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VolumeSnapshotResponse
Create an instance of VolumeSnapshotResponse from a dict
- classmethod from_json(json_str: str) VolumeSnapshotResponse
Create an instance of VolumeSnapshotResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeSnapshot]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_snapshot_transfer module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_transfer.VolumeSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None, context: Optional[FixedReference] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- completed: Optional[StrictInt]
- context: Optional[FixedReference]
- data_transferred: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) VolumeSnapshotTransfer
Create an instance of VolumeSnapshotTransfer from a dict
- classmethod from_json(json_str: str) VolumeSnapshotTransfer
Create an instance of VolumeSnapshotTransfer from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- physical_bytes_written: Optional[StrictInt]
- progress: Optional[Union[StrictFloat, StrictInt]]
- started: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_snapshot_transfer_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_transfer_get_response.VolumeSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, total: Optional[ConstrainedListValue[VolumeSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) VolumeSnapshotTransferGetResponse
Create an instance of VolumeSnapshotTransferGetResponse from a dict
- classmethod from_json(json_str: str) VolumeSnapshotTransferGetResponse
Create an instance of VolumeSnapshotTransferGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[VolumeSnapshotTransfer]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volume_snapshot_transfer_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_snapshot_transfer_response.VolumeSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VolumeSnapshotTransferResponse
Create an instance of VolumeSnapshotTransferResponse from a dict
- classmethod from_json(json_str: str) VolumeSnapshotTransferResponse
Create an instance of VolumeSnapshotTransferResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_space module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_space.VolumeSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, space: Optional[VolumeSpaceCommon] = None, time: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- classmethod from_dict(obj: dict) VolumeSpace
Create an instance of VolumeSpace from a dict
- classmethod from_json(json_str: str) VolumeSpace
Create an instance of VolumeSpace from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- space: Optional[VolumeSpaceCommon]
- time: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volume_space_common module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_space_common.VolumeSpaceCommon(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None, snapshots_effective: Optional[ConstrainedIntValue] = None, total_effective: Optional[ConstrainedIntValue] = None, unique_effective: Optional[ConstrainedIntValue] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- data_reduction: Optional[Union[StrictFloat, StrictInt]]
- footprint: Optional[ConstrainedIntValue]
- classmethod from_dict(obj: dict) VolumeSpaceCommon
Create an instance of VolumeSpaceCommon from a dict
- classmethod from_json(json_str: str) VolumeSpaceCommon
Create an instance of VolumeSpaceCommon from a JSON string
- snapshots: Optional[ConstrainedIntValue]
- snapshots_effective: Optional[ConstrainedIntValue]
- system: Optional[ConstrainedIntValue]
- thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_effective: Optional[ConstrainedIntValue]
- total_physical: Optional[ConstrainedIntValue]
- total_provisioned: Optional[ConstrainedIntValue]
- total_reduction: Optional[Union[StrictFloat, StrictInt]]
- total_used: Optional[ConstrainedIntValue]
- unique: Optional[ConstrainedIntValue]
- unique_effective: Optional[ConstrainedIntValue]
- used_provisioned: Optional[ConstrainedIntValue]
- virtual: Optional[ConstrainedIntValue]
pypureclient.flasharray.FA_2_41.models.volume_space_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volume_space_get_response.VolumeSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None, items: Optional[ConstrainedListValue[VolumeSpace]] = None, total: Optional[ConstrainedListValue[VolumeSpace]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) VolumeSpaceGetResponse
Create an instance of VolumeSpaceGetResponse from a dict
- classmethod from_json(json_str: str) VolumeSpaceGetResponse
Create an instance of VolumeSpaceGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeSpace]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total: Optional[ConstrainedListValue[VolumeSpace]]
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volumes_batch_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volumes_batch_response.VolumesBatchResponse(*, items: Optional[ConstrainedListValue[Volume]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VolumesBatchResponse
Create an instance of VolumesBatchResponse from a dict
- classmethod from_json(json_str: str) VolumesBatchResponse
Create an instance of VolumesBatchResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.volumes_diff_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volumes_diff_get_response.VolumesDiffGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeDiff]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) VolumesDiffGetResponse
Create an instance of VolumesDiffGetResponse from a dict
- classmethod from_json(json_str: str) VolumesDiffGetResponse
Create an instance of VolumesDiffGetResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeDiff]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.volumes_diff_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.volumes_diff_response.VolumesDiffResponse(*, items: Optional[ConstrainedListValue[VolumeDiff]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) VolumesDiffResponse
Create an instance of VolumesDiffResponse from a dict
- classmethod from_json(json_str: str) VolumesDiffResponse
Create an instance of VolumesDiffResponse from a JSON string
- items: Optional[ConstrainedListValue[VolumeDiff]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload.Workload(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, context: Optional[FixedReference] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, preset: Optional[WorkloadPreset] = None, status: Optional[StrictStr] = None, status_details: Optional[ConstrainedListValue[StrictStr]] = None, time_remaining: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- destroyed: Optional[StrictBool]
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- preset: Optional[WorkloadPreset]
- status: Optional[StrictStr]
- status_details: Optional[ConstrainedListValue[StrictStr]]
- time_remaining: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_configuration_fixed_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_configuration_fixed_reference.WorkloadConfigurationFixedReference(*, workload: Optional[WorkloadConfigurationFixedReferenceWorkload] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadConfigurationFixedReference
Create an instance of WorkloadConfigurationFixedReference from a dict
- classmethod from_json(json_str: str) WorkloadConfigurationFixedReference
Create an instance of WorkloadConfigurationFixedReference from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- workload: Optional[WorkloadConfigurationFixedReferenceWorkload]
pypureclient.flasharray.FA_2_41.models.workload_configuration_fixed_reference_workload module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_configuration_fixed_reference_workload.WorkloadConfigurationFixedReferenceWorkload(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None, configuration: Optional[StrictStr] = None)
Bases:
BaseModelA reference to the workload that is managing this resource. The name parameter might show as an empty string briefly after controller failover. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- configuration: Optional[StrictStr]
- classmethod from_dict(obj: dict) WorkloadConfigurationFixedReferenceWorkload
Create an instance of WorkloadConfigurationFixedReferenceWorkload from a dict
- classmethod from_json(json_str: str) WorkloadConfigurationFixedReferenceWorkload
Create an instance of WorkloadConfigurationFixedReferenceWorkload from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_configuration_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_configuration_reference.WorkloadConfigurationReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None, configuration: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- configuration: Optional[StrictStr]
- classmethod from_dict(obj: dict) WorkloadConfigurationReference
Create an instance of WorkloadConfigurationReference from a dict
- classmethod from_json(json_str: str) WorkloadConfigurationReference
Create an instance of WorkloadConfigurationReference from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_get_response.WorkloadGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, items: Optional[ConstrainedListValue[Workload]] = None, errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- errors: Optional[ConstrainedListValue[ErrorcontextresponseErrors]]
- classmethod from_dict(obj: dict) WorkloadGetResponse
Create an instance of WorkloadGetResponse from a dict
- classmethod from_json(json_str: str) WorkloadGetResponse
Create an instance of WorkloadGetResponse from a JSON string
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_parameter module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_parameter.WorkloadParameter(*, name: Optional[StrictStr] = None, value: Optional[WorkloadParameterValue] = None)
Bases:
BaseModelThe name and value of a single parameter. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadParameter
Create an instance of WorkloadParameter from a dict
- classmethod from_json(json_str: str) WorkloadParameter
Create an instance of WorkloadParameter from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- value: Optional[WorkloadParameterValue]
pypureclient.flasharray.FA_2_41.models.workload_parameter_value module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_parameter_value.WorkloadParameterValue(*, boolean: Optional[StrictBool] = None, integer: Optional[StrictInt] = None, resource_reference: Optional[WorkloadParameterValueResourceReference] = None, string: Optional[StrictStr] = None)
Bases:
BaseModelThe value of the parameter. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- boolean: Optional[StrictBool]
- classmethod from_dict(obj: dict) WorkloadParameterValue
Create an instance of WorkloadParameterValue from a dict
- classmethod from_json(json_str: str) WorkloadParameterValue
Create an instance of WorkloadParameterValue from a JSON string
- integer: Optional[StrictInt]
- resource_reference: Optional[WorkloadParameterValueResourceReference]
- string: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_parameter_value_resource_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_parameter_value_resource_reference.WorkloadParameterValueResourceReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)
Bases:
BaseModelThe value for a resource reference parameter. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadParameterValueResourceReference
Create an instance of WorkloadParameterValueResourceReference from a dict
- classmethod from_json(json_str: str) WorkloadParameterValueResourceReference
Create an instance of WorkloadParameterValueResourceReference from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_patch module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_patch.WorkloadPatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- destroyed: Optional[StrictBool]
- classmethod from_dict(obj: dict) WorkloadPatch
Create an instance of WorkloadPatch from a dict
- classmethod from_json(json_str: str) WorkloadPatch
Create an instance of WorkloadPatch from a JSON string
- name: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation.WorkloadPlacementRecommendation(*, context: Optional[FixedReference] = None, additional_constraints: Optional[WorkloadPlacementRecommendationAdditionalConstraints] = None, created: Optional[StrictInt] = None, expires: Optional[StrictInt] = None, id: Optional[StrictStr] = None, more_results_available: Optional[StrictBool] = None, name: Optional[StrictStr] = None, parameters: Optional[ConstrainedListValue[WorkloadParameter]] = None, placement_names: Optional[ConstrainedListValue[StrictStr]] = None, preset: Optional[FixedReference] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, projection_months: Optional[StrictInt] = None, results: Optional[ConstrainedListValue[WorkloadPlacementRecommendationResult]] = None, results_limit: Optional[StrictInt] = None, status: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- additional_constraints: Optional[WorkloadPlacementRecommendationAdditionalConstraints]
- as_request_dict() Dict[str, Any]
- context: Optional[FixedReference]
- created: Optional[StrictInt]
- expires: Optional[StrictInt]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendation
Create an instance of WorkloadPlacementRecommendation from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendation
Create an instance of WorkloadPlacementRecommendation from a JSON string
- id: Optional[StrictStr]
- more_results_available: Optional[StrictBool]
- name: Optional[StrictStr]
- parameters: Optional[ConstrainedListValue[WorkloadParameter]]
- placement_names: Optional[ConstrainedListValue[StrictStr]]
- preset: Optional[FixedReference]
- progress: Optional[Union[StrictFloat, StrictInt]]
- projection_months: Optional[StrictInt]
- results: Optional[ConstrainedListValue[WorkloadPlacementRecommendationResult]]
- results_limit: Optional[StrictInt]
- status: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_additional_constraints module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_additional_constraints.WorkloadPlacementRecommendationAdditionalConstraints(*, required_resource_references: Optional[ConstrainedListValue[WorkloadPlacementRecommendationResourceReference]] = None, targets: Optional[ConstrainedListValue[ReferenceWithType]] = None)
Bases:
BaseModelThe list of targets considered for workload placement must satisfy the requirements imposed by the preset. It is also possible to specify additional constraints to further restrict the list of targets for consideration. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationAdditionalConstraints
Create an instance of WorkloadPlacementRecommendationAdditionalConstraints from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationAdditionalConstraints
Create an instance of WorkloadPlacementRecommendationAdditionalConstraints from a JSON string
- required_resource_references: Optional[ConstrainedListValue[WorkloadPlacementRecommendationResourceReference]]
- targets: Optional[ConstrainedListValue[ReferenceWithType]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_get_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_get_response.WorkloadPlacementRecommendationGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[WorkloadPlacementRecommendation]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- continuation_token: Optional[StrictStr]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationGetResponse
Create an instance of WorkloadPlacementRecommendationGetResponse from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationGetResponse
Create an instance of WorkloadPlacementRecommendationGetResponse from a JSON string
- items: Optional[ConstrainedListValue[WorkloadPlacementRecommendation]]
- more_items_remaining: Optional[StrictBool]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- total_item_count: Optional[StrictInt]
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_placement module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_placement.WorkloadPlacementRecommendationPlacement(*, name: Optional[StrictStr] = None, targets: Optional[ConstrainedListValue[WorkloadPlacementRecommendationTarget]] = None)
Bases:
BaseModelPlacement data in the recommendation result. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationPlacement
Create an instance of WorkloadPlacementRecommendationPlacement from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationPlacement
Create an instance of WorkloadPlacementRecommendationPlacement from a JSON string
- name: Optional[StrictStr]
- targets: Optional[ConstrainedListValue[WorkloadPlacementRecommendationTarget]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_projection module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_projection.WorkloadPlacementRecommendationProjection(*, end: Optional[Union[StrictFloat, StrictInt]] = None, start: Optional[Union[StrictFloat, StrictInt]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- end: Optional[Union[StrictFloat, StrictInt]]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationProjection
Create an instance of WorkloadPlacementRecommendationProjection from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationProjection
Create an instance of WorkloadPlacementRecommendationProjection from a JSON string
- start: Optional[Union[StrictFloat, StrictInt]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_resource_reference module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_resource_reference.WorkloadPlacementRecommendationResourceReference(*, allowed_values: ConstrainedListValue[ReferenceWithType])
Bases:
BaseModelDefines a group of resources. At least one of them should be present on this target to use it for computation of a recommendation. Currently only hosts or host groups could be used. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- allowed_values: ConstrainedListValue[ReferenceWithType]
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationResourceReference
Create an instance of WorkloadPlacementRecommendationResourceReference from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationResourceReference
Create an instance of WorkloadPlacementRecommendationResourceReference from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_response.WorkloadPlacementRecommendationResponse(*, items: Optional[ConstrainedListValue[WorkloadPlacementRecommendation]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationResponse
Create an instance of WorkloadPlacementRecommendationResponse from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationResponse
Create an instance of WorkloadPlacementRecommendationResponse from a JSON string
- items: Optional[ConstrainedListValue[WorkloadPlacementRecommendation]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_result module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_result.WorkloadPlacementRecommendationResult(*, placements: Optional[ConstrainedListValue[WorkloadPlacementRecommendationPlacement]] = None, score: Optional[StrictStr] = None)
Bases:
BaseModelSingle workload placement recommendation result. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationResult
Create an instance of WorkloadPlacementRecommendationResult from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationResult
Create an instance of WorkloadPlacementRecommendationResult from a JSON string
- placements: Optional[ConstrainedListValue[WorkloadPlacementRecommendationPlacement]]
- score: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_target module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_target.WorkloadPlacementRecommendationTarget(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None, capacity: Optional[StrictInt] = None, capacity_used_projections: Optional[WorkloadPlacementRecommendationTargetCapacityUsedProjections] = None, load_projections: Optional[WorkloadPlacementRecommendationTargetLoadProjections] = None, model: Optional[StrictStr] = None, warnings: Optional[ConstrainedListValue[WorkloadPlacementRecommendationWarning]] = None)
Bases:
BaseModelData for a target in a workload placement recommendation. Target is a FlashArray, which may be used for workload placement. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- capacity: Optional[StrictInt]
- capacity_used_projections: Optional[WorkloadPlacementRecommendationTargetCapacityUsedProjections]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationTarget
Create an instance of WorkloadPlacementRecommendationTarget from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationTarget
Create an instance of WorkloadPlacementRecommendationTarget from a JSON string
- id: Optional[StrictStr]
- load_projections: Optional[WorkloadPlacementRecommendationTargetLoadProjections]
- model: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
- warnings: Optional[ConstrainedListValue[WorkloadPlacementRecommendationWarning]]
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_target_capacity_used_projections module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_target_capacity_used_projections.WorkloadPlacementRecommendationTargetCapacityUsedProjections(*, days_until_full: Optional[StrictInt] = None, projection: Optional[WorkloadPlacementRecommendationProjection] = None)
Bases:
BaseModelProjections for the capacity consumed by customer data. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- days_until_full: Optional[StrictInt]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationTargetCapacityUsedProjections
Create an instance of WorkloadPlacementRecommendationTargetCapacityUsedProjections from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationTargetCapacityUsedProjections
Create an instance of WorkloadPlacementRecommendationTargetCapacityUsedProjections from a JSON string
- projection: Optional[WorkloadPlacementRecommendationProjection]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_target_load_projections module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_target_load_projections.WorkloadPlacementRecommendationTargetLoadProjections(*, projection_avg: Optional[WorkloadPlacementRecommendationProjection] = None, projection_blended_max: Optional[WorkloadPlacementRecommendationProjection] = None)
Bases:
BaseModelLoad depicts the storage system utilization as a percentage from 0, when the system is completely idle, to 100, when the system is completely saturated. # noqa: E501
- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationTargetLoadProjections
Create an instance of WorkloadPlacementRecommendationTargetLoadProjections from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationTargetLoadProjections
Create an instance of WorkloadPlacementRecommendationTargetLoadProjections from a JSON string
- projection_avg: Optional[WorkloadPlacementRecommendationProjection]
- projection_blended_max: Optional[WorkloadPlacementRecommendationProjection]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_warning module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_placement_recommendation_warning.WorkloadPlacementRecommendationWarning(*, code: Optional[StrictStr] = None, message: Optional[StrictStr] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- code: Optional[StrictStr]
- classmethod from_dict(obj: dict) WorkloadPlacementRecommendationWarning
Create an instance of WorkloadPlacementRecommendationWarning from a dict
- classmethod from_json(json_str: str) WorkloadPlacementRecommendationWarning
Create an instance of WorkloadPlacementRecommendationWarning from a JSON string
- message: Optional[StrictStr]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_post module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_post.WorkloadPost(*, parameters: Optional[ConstrainedListValue[WorkloadParameter]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPost
Create an instance of WorkloadPost from a dict
- classmethod from_json(json_str: str) WorkloadPost
Create an instance of WorkloadPost from a JSON string
- parameters: Optional[ConstrainedListValue[WorkloadParameter]]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_preset module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_preset.WorkloadPreset(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None, revision: Optional[StrictInt] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadPreset
Create an instance of WorkloadPreset from a dict
- classmethod from_json(json_str: str) WorkloadPreset
Create an instance of WorkloadPreset from a JSON string
- id: Optional[StrictStr]
- name: Optional[StrictStr]
- resource_type: Optional[StrictStr]
- revision: Optional[StrictInt]
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
pypureclient.flasharray.FA_2_41.models.workload_response module
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class pypureclient.flasharray.FA_2_41.models.workload_response.WorkloadResponse(*, items: Optional[ConstrainedListValue[Workload]] = None)
Bases:
BaseModel- class Config
Bases:
objectPydantic configuration
- allow_population_by_field_name = True
- validate_assignment = True
- as_request_dict() Dict[str, Any]
- classmethod from_dict(obj: dict) WorkloadResponse
Create an instance of WorkloadResponse from a dict
- classmethod from_json(json_str: str) WorkloadResponse
Create an instance of WorkloadResponse from a JSON string
- to_dict(include_readonly: bool = True) Dict[str, Any]
Returns the dictionary representation of the model using alias
- to_json() str
Returns the JSON representation of the model using alias
- to_str() str
Returns the string representation of the model using alias
Module contents
FlashArray REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 2.41 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.